Skip to content

Commit 2c7b09d

Browse files
committed
added factoextra installation
1 parent 88622c4 commit 2c7b09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-bioc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
install.packages(c("pkgdown", "sctransform"))
139139
install.packages(c("stringi", "ridge"), type="source", repos="https://cloud.r-project.org/")
140140
BiocManager::install(c("OmnipathR", "progeny"), ask=FALSE)
141-
install.packages(c("janitor", "reticulate", "Seurat", "SeuratObject", "tidyverse"))
141+
install.packages(c("janitor", "reticulate", "Seurat", "SeuratObject", "tidyverse", "factoextra"))
142142
remotes::install_github("saezlab/DOT")
143143
144144
## modified from pkgdown::deploy_to_branch

0 commit comments

Comments
 (0)