File tree Expand file tree Collapse file tree
RStudio/machine-images/config/infra/provisioners Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ sudo yum install -y libcurl-devel-7.79.1 libpng-devel-1.5.* cairo-devel-1.15.* p
88sudo yum install -y xorg-x11-server-devel-1.20.* libX11-devel-1.6.* libXt-devel-1.1.*
99
1010# Install R from source (https://docs.rstudio.com/resources/install-r-source/)
11- R_VERSION=" 3.6 .3"
11+ R_VERSION=" 4.1 .3"
1212mkdir -p " /tmp/R/"
13- curl -s " https://cran.rstudio.com /src/base/R-3 /R-${R_VERSION} .tar.gz" > " /tmp/R/R-${R_VERSION} .tar.gz"
13+ curl -s " https://cran.r-project.org /src/base/R-4 /R-${R_VERSION} .tar.gz" > " /tmp/R/R-${R_VERSION} .tar.gz"
1414cd " /tmp/R/"
1515tar xvf " R-${R_VERSION} .tar.gz"
1616cd " R-${R_VERSION} /"
17- ./configure --enable-memory-profiling --enable-R-shlib --with-blas --with-lapack
17+ ./configure --enable-memory-profiling --enable-R-shlib --with-blas --with-lapack --with-pcre1
1818sudo make
1919sudo make install
2020cd " ../../.."
You can’t perform that action at this time.
0 commit comments