Hi, I am trying to install brms package on my Linux R server. Below is the specification of my platform:
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 6.3
year 2020
month 02
day 29
svn rev 77875
language R
version.string R version 3.6.3 (2020-02-29)
nickname Holding the Windsock
In order to install the brms package I am using below installation command:
install.packages("brms", repos = "https://cran.rstudio.com")
But I am getting below error:
I also tried installing rstan but it is failing as well:
install.packages("rstan", repos = "https://cran.rstudio.com")
But I am facing below error:
Error in .shlib_internal(args) :
C++14 standard requested but CXX14 is not defined
* removing â/opt/R/3.6.3/rstanâ
Warning in install.packages :
installation of package ârstanâ had non-zero exit status
It would be very helpful if someone could support me. My objective is to use âbrmâ function.
Thanks in advance,
Shubham