Martin Modrák
Martin Modrák
A related issues in stan: https://github.com/stan-dev/stan/issues/1939
For anyone wondering here: the PR is closed, but I am making slow progress now and then and have code that works for many contexts. If you need this function,...
Was just bitten by this slightly. I'll just add an even simpler example: ```r N
Could probably do that, but is this the right place? If the dev team believes the contents of the blog post is correct and illustrative enough to be part of...
@jgabry I see! Yeah, I'll try to look into that in few weeks time.
OK, so I did some changes to the diagnostic vignette. My main goal was to present the function in the order I would run them when diagnosing a modelling issue....
I have not tested, but very likely not - the list of MIME types in https://github.com/elm-lang/elm-reactor/blob/master/src/backend/Main.hs (search for "mimeTypeDict") does not contain woff2.
> Another idea that occurred to me if we don't want to change how rvars treat scalars versus arrays-of-1 would be to instead expose the helper functions for flattening/unflattening array...
I am getting the same issue on Windows 10, rstan 2.26.6. The underlying problem seems to be that at https://github.com/stan-dev/rstan/blob/da2fc9c079534a82d3d26adda51ad17bf22f5e2b/rstan/rstan/R/rstan.R#L91 the call to `packageDescription("rstan")$Date` returns `NULL`, which then makes the...
The problem was probably introduced with https://github.com/stan-dev/rstan/commit/b6360c07af56f2cffa65aed40a2c7de0b3e4d24c - whether or not CRAN sets the Date field on release, the version at https://mc-stan.org/r-packages/ doesn't have it. Indeed building a version of...