Related to Installing ‘rstan' on CentOS7? the version of gcc is 4.8.5 does not seem to support CXX14.
However, I am interested in the after effects of upgrading gcc. We have Rstudio Server Pro environment on RHEL 7.7 Linux servers. Our current version of gcc is:
gcc -v
[...]
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
In order to install tidymodels
and rstan
, we need to update gcc
.
If we do this, will any installed packages stop working?
-
Rcpp
? - Packages requiring
Rcpp
? - https://stackoverflow.com/questions/25455829/using-a-different-gcc-version-from-that-included-with-rtools-with-rcpp-on-window
If so, what do I need to ask my users to do?