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
instantiate adopts an existing executable through cmdstan_model(exe_file =,
compile = FALSE), so dropping the argument is the whole fix; adoption never
compiles. Its other branch has no successor, but that state means a package was
installed without its binary, and erroring there is defensible.
stan_package_compile() maps onto compile_stan_file() directly.
Says why these two packages are the priorities. They are chokepoints rather than
merely important: instantiate's dependents call stan_package_model() rather than
cmdstanr, so fixing instantiate carries its dependency tree. Everyone else has
the candidate period.
Also notes that instantiate calls us by string name through eval(parse(...)), so
no static check will find a break in it. Both packages' test suites should be run
against the candidate rather than relying on a search.
0 commit comments