Jonah Gabry
Jonah Gabry
I may have a fix for this. Does installing cmdstanr from the branch `exe-w-include_paths` solve the problem (ideally without creating new ones!)? It seems to work when I test it...
Is one option to move docs from very old releases to a separate repo?
This looks like a general CmdStan issue, not specifically the CmdStanR interface, so I'm going to transfer the issue to the CmdStan repository.
Thank you for reporting this. I haven't had a chance to test this for myself yet. I guess there are a bunch of possibilities here since this involves future, foreach,...
Alternatively, if this doesn't make it into CmdStan itself, another option could be to demonstrate this technique in a Stan case study or CmdStanR vignette. I can imagine people finding...
Thanks for moving the issue @WardBrian, I hadn't seen this. This isn't at the highest priority on my todo list, but it would be good to figure out why that's...
That’s a good question. I haven’t seen that particular error before. > Is it possible that the processx library/function will give the errors I got above when the system has...
Hi @emstruong thanks for the suggestions. Can you say a bit more about what makes this "messy" in Monte Carlo simulations? In the past we've had complaints about too many...
> Well, at least in terms of monitoring simulations from `library(SimDesign)`, warning + error messages are logged to monitor the progress/state of the simulation. Things that are not warnings or...
Yeah I'm not sure if brms gives you access to the CmdStanR fitted model object. If not, you could use `brms::make_stancode()` and `brms::make_standata()` to get the Stan code and the...