ucberkeley / bce

Berkeley Common Environment provides a common Linux computational environment for classwork and research.
Apache License 2.0
13 stars 6 forks source link

MRAN in Rprofile should be https #55

Closed ck37 closed 9 years ago

ck37 commented 9 years ago

The MRAN url copied into /etc/R/Rprofile.site should be https rather than http in order to prevent a big red warning message every time RStudio is opened:

screen shot 2015-07-19 at 8 45 20 pm

"WARNING: Your CRAN mirror is set to "http://mran.revolutionanalytics.com/snapshot/2015-05-06" which has an insecure (non-HTTPS) URL. The repository was likely specified in .Rprofile or Rprofile.site so if you wish to change it you may need to edit one of those files. You should either switch to a repository that supports HTTPS or change your RStudio options to not require HTTPS downloads.

To learn more and/or disable this warning message see the "Use secure download method for HTTP" option in Tools -> Global Options -> Packages."

ck37 commented 9 years ago

Hearing no objections, I committed since patch since it improves the RStudio user experience.