bgoodri

Results 256 comments of bgoodri

Still having trouble figuring out how to fix this. Will probably have to release 2.18 with the bug unfixed.

Thanks. Jonah and / or I will look at this. What is the INLA package actually being used for? It would be better if we didn't have to suggest a...

Got a bunch of things from `R CMD check` particularly if `--run-dontrun --run-donttest` is specified

Ah, I must have had eval = FALSE set. On Sun, Oct 28, 2018 at 4:50 PM Imad Ali wrote: > *@imadmali* commented on this pull request. > ------------------------------ >...

I think we can merge new .stan files again now that Windows can be tricked into using LTO. On Mon, Nov 30, 2020 at 2:40 PM Jonah Gabry wrote: >...

Maybe On Mon, Nov 30, 2020 at 6:53 PM Jonah Gabry wrote: > Does that mean we can also finally merge the survival stuff? > > — > You are...

Yes, it is different with R 3.6.1 due to using llvm rather than Xcode. You are probably going to have to install rstanarm from source to avoid running into the...

What is your ~/.R/Makevars file say? On Mon, Jul 20, 2020 at 1:46 PM dlee0324 wrote: > I tried re-installing the package using 'install.packages("rstanarm", type > = "source")' after seeing...

I mean the Makevars file in your home directory, i.e. ~/.R/Makevars (there is a period before the R in that path). On Mon, Jul 20, 2020 at 2:19 PM dlee0324...

I am somewhat hopeful that the rstanarm binaries for Mac on R 3.6.1 will eliminate this problem. Those had never before been built with the CRTP approach in the code...