Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jul 2, 2018
1 parent ba9a8d5 commit a8c122c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# r-centos7
# R and RStudio on a Secured CentOS 7 Environment

This repository provides a way to setup R and RStudio on a secured computing environment.

4 changes: 2 additions & 2 deletions r_centos7_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Rscript -e "update.packages(ask = FALSE, repos = 'https://cran.rstudio.com')"
# shown to cause a "lagged" RStudio client.

# We do this by setting the option for CRAN to point to a misc directory on the User's machine

echo 'options(repos = c(CRAN = "file:///my/cran/directory"))' >> ~/.Rprofile
mkdir ~/fakecran
echo 'options(repos = c(CRAN = "~/fakecran/"))' >> ~/.Rprofile


0 comments on commit a8c122c

Please # to comment.