From 2b1df475ab43e42b5090ea4305fe1ccb6ca4108e Mon Sep 17 00:00:00 2001 From: vinuesa <vinuesa@ccg.unam.mx> Date: Thu, 2 Apr 2020 17:26:07 -0600 Subject: [PATCH] updated R repo to ubuntu bionic-cran35/ --- install_R_deps.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_R_deps.R b/install_R_deps.R index 1429690..53bf1ae 100755 --- a/install_R_deps.R +++ b/install_R_deps.R @@ -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