Diego Barneche
Diego Barneche
Would this `c` method work for functions that have different suites of tests in different folders? For instance, let's say that I have both `tests/testthat/foo.R` with a few light-weight tests...
Just a quick update on this. I've been playing with the possibility locally and this has worked for me. I'm on a Mac, so the `system` calls may not work...
Another thing I just noticed that returned the C stack trace issue on the Windows VM from our GitHub Actions—I'm not quite sure it the above will break universally, but...
Same thing on my end. I got the exact same error as reported by @neurotroph when running ``` example(stan_model, package = "rstan", run.dontrun = TRUE) ``` Removing `tbb` with: ```...
Thanks @mdsumner , this a great solution, I'll keep it in the toolbox. What would one need to generalise this into a package built-in function, i.e. works for any centring...
Thanks very much Paul, that certainly clarified things. The quick solution for us would be to export a copy of `brms:::step`'s implementation in `bayesnec` Before I push that fix to...
Thanks Paul, that makes sense. I don't have any solutions for problem 1, unfortunately, but I'll keep my eyes peeled in case I come across any potential ideas. For now,...