stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.02k stars 264 forks source link

Store stanc.js in StanHeaders #1047

Closed andrjohns closed 1 year ago

andrjohns commented 1 year ago

@hsbadr

This PR updates the storage of stanc.js to be provided by StanHeaders rather than rstan. This allows for the C++ generated by rstan to always align with the version of the Stan/Math headers in StanHeaders.

This resolves the indexing compatibility errors from #1046