Skip to content

Commit

Permalink
move r dependencies to packages.R
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-murphy committed Sep 3, 2024
1 parent 1f30d68 commit 9ac1b42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 28 deletions.
5 changes: 5 additions & 0 deletions requirements/classes/php1560/packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
# repos='http://cran.rstudio.com/')
# BiocManager::install(c("airway", "DESeq2", "vsn", "biomaRt",
# "AnnotationHub", "SummarizedExperiment"))

install.packages(
c("HDSinRdata", "GGally", "gt", "gtsummary", "tidyverse", "patchwork", "usmap", "car", "broom", "pROC", "lmtest", "glmnet", "testthat", "microbenchmark"),
dependencies=TRUE,
repos='http://cran.rstudio.com/')
15 changes: 1 addition & 14 deletions requirements/classes/php1560/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
# add class-specific packages here:
r-ggplot2
r-dplyr
r-HDSinRdata
r-GGally
r-gt
r-gtsummary
r-tidyverse
r-patchwork
r-usmap
r-car
r-broom
r-pROC
r-lmtest
r-glmnet
r-testthat
r-microbenchmark


# these are the scipy base packages ( YOU PROBABLY DON'T WANT TO REMOVE THESE )
dask
Expand Down
4 changes: 4 additions & 0 deletions requirements/classes/php2560/packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
# repos='http://cran.rstudio.com/')
# BiocManager::install(c("airway", "DESeq2", "vsn", "biomaRt",
# "AnnotationHub", "SummarizedExperiment"))
install.packages(
c("HDSinRdata", "GGally", "gt", "gtsummary", "tidyverse", "patchwork", "usmap", "car", "broom", "pROC", "lmtest", "glmnet", "testthat", "microbenchmark"),
dependencies=TRUE,
repos='http://cran.rstudio.com/')
14 changes: 0 additions & 14 deletions requirements/classes/php2560/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# add class-specific packages here:
r-ggplot2
r-dplyr
r-HDSinRdata
r-GGally
r-gt
r-gtsummary
r-tidyverse
r-patchwork
r-usmap
r-car
r-broom
r-pROC
r-lmtest
r-glmnet
r-testthat
r-microbenchmark

# these are the scipy base packages ( YOU PROBABLY DON'T WANT TO REMOVE THESE )
dask
Expand Down

0 comments on commit 9ac1b42

Please sign in to comment.