Andrew Johnson
Andrew Johnson
Its actually just the Stan Math implementation but translated to the log scale, and I can see from the history that you've already been involved in that one, so you...
I believe the RcppParallel path issue is fixed under the 2.26 preview of `StanHeaders` as well
Looks like I missed a comment from @hsbadr on this! This flag should only be defined if the associated `rstan` version is `>= 2.26`. ([that comment here](https://github.com/stan-dev/rstantools/pull/85#discussion_r619921248)). So this flag...
Superseded by #574
I can replicate the crash under rstan 2.21, but there's no crash under the 2.26 preview. The tricky part is that the `rstanarm` `Makevars` files need to be patched so...
The installation of `rstanarm` from source can take a good deal of time, since multiple models need to be compiled. Can you try installing using multiple cores: ```r Sys.setenv(MAKEFLAGS =...
@SteveBronder this is ready for another look. I ended up adding `make_holder` to all of the `apply_scalar_binary` calls, since I was still having issues with scalars falling out of scope
I have another meeting at that time unfortunately, but I don't think it's essential for me to attend (sounds like Charles and Sean are happy to do the bulk of...
@SteveBronder when you have a minute (no rush at all), can you have a look at this PR? It involves re-implementing the the OpenCL code's `select` function, so would be...
@SteveBronder I'll add an `any()` function, since I agree that would be super handy. Should I open a separate PR for the `select()` and `any()` functions and tests, or are...