Skip to content

Commit

Permalink
added factoextra installation
Browse files Browse the repository at this point in the history
  • Loading branch information
leotenshii committed Mar 7, 2024
1 parent 88622c4 commit 2c7b09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
install.packages(c("pkgdown", "sctransform"))
install.packages(c("stringi", "ridge"), type="source", repos="https://cloud.r-project.org/")
BiocManager::install(c("OmnipathR", "progeny"), ask=FALSE)
install.packages(c("janitor", "reticulate", "Seurat", "SeuratObject", "tidyverse"))
install.packages(c("janitor", "reticulate", "Seurat", "SeuratObject", "tidyverse", "factoextra"))
remotes::install_github("saezlab/DOT")
## modified from pkgdown::deploy_to_branch
Expand Down

0 comments on commit 2c7b09d

Please sign in to comment.