Skip to content
Snippets Groups Projects
Commit 3ee6ee14 authored by Zhiyu Zhao's avatar Zhiyu Zhao
Browse files

08302022

parent a4ea27df
No related merge requests found
......@@ -10,7 +10,7 @@ if (!is.null(MY_LIB_PATH)) {
}
#This program was tested under R version 4.0.2 with the following required libraries. #R version changed from 3.5.1 to 4.0.2 on 8/4/2020.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
install.packages("BiocManager",repos='https://cran.r-project.org/')
if (!require(limma)) {
BiocManager::install("limma")
library(limma)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment