You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rstan sets some environement variables: PKG_CPPFLAGS, PKG_LIBS and USE_CXX17. These variables interfere with other R packages using R CMD SHLIB, such as nlmixr2, and make them unable to run.
The fix is obvious: rstan should reset these changes after building a model.
The text was updated successfully, but these errors were encountered:
See nlmixr2/nlmixr2#253.
Rstan sets some environement variables:
PKG_CPPFLAGS
,PKG_LIBS
andUSE_CXX17
. These variables interfere with other R packages usingR CMD SHLIB
, such asnlmixr2
, and make them unable to run.The fix is obvious: rstan should reset these changes after building a model.
The text was updated successfully, but these errors were encountered: