Skip to content

rstanarm install problem

Issues

rstanarm installation dependency troubles

If you run into dependency troubles trying to install the rstanarm package, this works if V8 fails to install.

For Linux, download libv8 during installation:

Sys.setenv(DOWNLOAD_STATIC_LIBV8=1)
install.packages("V8")