Skip to content

Commit 56d249c

Browse files
Fix: Removed --precl flag
1 parent 8da434d commit 56d249c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

products/RStudio/machine-images/config/infra/provisioners/provision-rstudio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ curl -s "https://cran.rstudio.com/src/base/R-3/R-${R_VERSION}.tar.gz" > "/tmp/R/
1515
cd "/tmp/R/"
1616
tar xvf "R-${R_VERSION}.tar.gz"
1717
cd "R-${R_VERSION}/"
18-
./configure --enable-memory-profiling --enable-R-shlib --with-blas --with-lapack --with-pcre1
18+
./configure --enable-memory-profiling --enable-R-shlib --with-blas --with-lapack
1919
sudo make
2020
sudo make install
2121
cd "../../.."

0 commit comments

Comments
 (0)