Andrew Johnson
Andrew Johnson
If you click on the visual, you should see the Filter Pane update with a list of 'Visual Level' filters, which you can then update For controlling the colours of...
> Because the downstream usages do not directly call the constructor of the rng type directly and instead call the utility function that accepts a seed and chain ID, I...
> RcppParallel itself with the patch builds and passes checks on my system. If you haven't done that already, it would be good to check also all reverse dependencies. Great!...
After checking the reverse-dependencies, I found that `RcppParallel.h` also needed to define the `TBB_USE_GCC_BUILTINS` flag since the majority of downstream packages don't call `RcppParallel::CxxFlags()` in their `Makevars`. This would still...
Brilliant, sounds like a plan!
Just to double-check for the [`InternalFunctionWithStdFunction` class](https://github.com/RcppCore/Rcpp/blob/master/inst/include/Rcpp/InternalFunctionWithStdFunction.h), am I safe to completely remove the generated code (without the `#ifdef` guards), since it's already assuming C++11?
Hmm yeah I see how it could be a bit tricky. To keep this PR as simple as possible, I'll leave the generated code in place and handle it the...
> Just to chime back in: the tests ran, they had no run in a bit so no gain from `ccache` and it took even longer after which I had...
Sounds like a plan, will do
> @andrjohns I seem to now see rstan failing to install. Can you corrobate locally? Ah yep, I see where the issue is. Just a small typo, one sec