Skip to content
Snippets Groups Projects
Commit ea4c3a1e authored by GD's avatar GD
Browse files

setup CRAN repository

parent 66eec34d
No related branches found
No related tags found
No related merge requests found
Pipeline #541 passed
# CRAN repository
local({
r <- getOption("repos")
r["CRAN"] <- "http://cran.r-project.org"
options(repos=r)
})
# manage R packages with pacman R package
if(!requireNamespace("pacman", quietly = TRUE)) install.packages("pacman")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment