Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
update NCRAN ip address
Browse files Browse the repository at this point in the history
ensure NRCRAN gets checked for packages before CRAN
  • Loading branch information
achubaty committed Nov 8, 2017
1 parent c7b5e29 commit bf9b19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpb-maps/MPB_maps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ bibliography: bibliography.bib
## set R and knitr options
if (isTRUE(._CFS_.)) {
options(repos = c(CRAN = "https://cran.rstudio.com/",
NRCRAN = "http://132.156.148.93"))
options(repos = c(NRCRAN = "http://132.156.148.172",
CRAN = "https://cran.rstudio.com/"))
} else {
options(repos = c(CRAN = "https://cran.rstudio.com/"))
}
Expand Down

0 comments on commit bf9b19b

Please sign in to comment.