Skip to content

Commit

Permalink
updated R repo to ubuntu bionic-cran35/
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuesa committed Apr 2, 2020
1 parent 9df39eb commit 2b1df47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_R_deps.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env Rscript

# check R packages and install the missing ones
# Bruno Contreras Moreira, Pablo Vinuesa, Nov2017
# Bruno Contreras Moreira, Pablo Vinuesa, Nov2017, 2Apr2020

# WARNING: some packages require C (gcc) and C++ (g++) compilers to be installed
# These can be installed with these commands:
# sudo apt-get install g++ # Ubuntu
# sudo yum install gcc-c++ # CentOS

# Instructions to update R on Ubuntu systems, Xenial in the example:
# Instructions to update R on Ubuntu systems, bionic-cran35 in the example:

# $ sudo echo "deb deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/" | sudo tee -a /etc/apt/sources.list
# gpg --keyserver keyserver.ubuntu.com --recv-key E298A3A825C0D65DFD57CBB651716619E084DAB9
Expand Down

0 comments on commit 2b1df47

Please sign in to comment.