Skip to content

Commit

Permalink
Specify default cran mirror
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Barton <mail@michaelbarton.me.uk>
  • Loading branch information
michaelbarton committed Sep 24, 2013
1 parent 583451a commit a5b32d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rprofile
Expand Up @@ -4,3 +4,5 @@ setHook(packageEvent("grDevices", "onLoad"),
function(...) grDevices::quartz.options(width=4, height=4))

options(prompt="R> ", digits=4, show.signif.stars=FALSE)

options(repos=structure(c(CRAN="http://cran.cnr.berkeley.edu/")))

0 comments on commit a5b32d7

Please sign in to comment.