Software
R: CRAN Repository
An offline snapshot of CRAN is available at
repos = "file:///software/sdeCRAN"
As an example, to install dplyr
install.packages("dplyr", repos = "file:///software/sdeCRAN", type = "source", dependencies = TRUE)
An offline snapshot of CRAN is available at
repos = "file:///software/sdeCRAN"
As an example, to install dplyr
install.packages("dplyr", repos = "file:///software/sdeCRAN", type = "source", dependencies = TRUE)