From 50adee4e79febf6f74594604e9f7083461b04227 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 21 Jan 2018 18:29:48 -0700 Subject: "first" commit, preparing for LARBS 2.0 --- .Rprofile | 1 + 1 file changed, 1 insertion(+) create mode 100644 .Rprofile (limited to '.Rprofile') diff --git a/.Rprofile b/.Rprofile new file mode 100644 index 0000000..c28339c --- /dev/null +++ b/.Rprofile @@ -0,0 +1 @@ +options(repos=structure(c(CRAN="http://cran.revolutionanalytics.com/"))) -- cgit v1.3.1