Paper2Agent_decoupleRpy / scripts /install_r_packages.R
avoigt1121
Add PDAC dataset adapter, workflow, semantic, and analysis layers
bfe6079
Raw
History Blame Contribute Delete
349 Bytes
options(repos = c(CRAN = "https://cloud.r-project.org"))
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
if (!requireNamespace("limma", quietly = TRUE)) {
BiocManager::install("limma", ask = FALSE, update = FALSE)
}
if (!requireNamespace("statmod", quietly = TRUE)) {
install.packages("statmod")
}