Open gsvidaurre opened 1 week ago
Fix the following:
is_installed <- function(p) is.element(p, installed.packages()[,1])
invisible(lapply(1:length(X), function(x){ if(!is_installed(X[x])){ install.packages(X[x], repos = "http://lib.stat.cmu.edu/R/CRAN") } }))
Fix the following:
is_installed <- function(p) is.element(p, installed.packages()[,1])
invisible(lapply(1:length(X), function(x){ if(!is_installed(X[x])){ install.packages(X[x], repos = "http://lib.stat.cmu.edu/R/CRAN") } }))