view .Rprofile @ 84:ead9f95b0f97 dml-dockerised

back to switch
author wolffd <wolffd.mail@googlemail.com>
date Mon, 04 Jun 2018 18:36:28 +0100
parents 5038e67f3a6d
children
line wrap: on
line source
cat(".Rprofile: Setting UK repository\n")
r = getOption("repos") # hard code the UK repo for CRAN
r["CRAN"] = "http://cran.uk.r-project.org"
options(repos = r)
rm(r)