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
Use install.libs.R for both CmdStan in instantiate and Stan model compilation in packages (#1, #9, #12).
Stan models should now be in src/stan/ instead of inst/stan/ (#12). inst/stan/ should still work for the next few versions, but it is now deprecated. When a modeling package is installed, its install.libs.R moves src/stan/ to bin/stan/ and then compiles models inside bin/stan/.
Disable staged installation for instantiate itself to help the hard-coded paths in CmdStan work as expected in "internal" installation.