SimonCMills
SimonCMills
Hi Paul, you are welcome to use any of the code I have written (i.e. the modified version of ``read_stan_csv``). If you'd prefer I'm also happy to implement this myself...
Hi, just to follow up on this: the above approach involves tearing out fairly large quantities of code from ``rstan`` and ``cmdstanr`` and then making a minor change at the...
A bit slower than promised, but submitted a PR that follows this approach of reading in via cmdstanr and then repackaging into a stanfit object. [PR here](https://github.com/paul-buerkner/brms/pull/1400). The bit that...