Skip to content

Commit 2b1df47

Browse files
committed
updated R repo to ubuntu bionic-cran35/
1 parent 9df39eb commit 2b1df47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_R_deps.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env Rscript
22

33
# check R packages and install the missing ones
4-
# Bruno Contreras Moreira, Pablo Vinuesa, Nov2017
4+
# Bruno Contreras Moreira, Pablo Vinuesa, Nov2017, 2Apr2020
55

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

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

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

0 commit comments

Comments
 (0)