Andrew Johnson
Andrew Johnson
> Hi there, is there an update to this issue? Thanks! How are you installing `rstan` and what error do you see? Note that the R packages repo (`https://mc-stan.org/r-packages`) has...
How are you installing the package?
What output do you get from: ```r sessionInfo(package="rstan") sessionInfo(package="StanHeaders") ```
It looks like `rstan` isn't installed: ```r sessionInfo(package="rstan") Error in x$Priority : $ operator is invalid for atomic vectors ``` Did you get an error during the package installation? Can...
Can you try adding `-w` to your `CXXFLAGS` to suppress the compiler warnings in the output, so that you can post the full log: ```r if (!(dir.exists("~/.R"))) { dir.create("~/.R") }...
I just tried the install in an 18.04 Docker image and all worked without issues, so I'm not sure what the issue might be. Looking at the log you posted,...
It might also be worth mentioning that we have to be more aware of scoping with returning expressions. Like with [https://github.com/stan-dev/math/issues/1775](this issue) where objects falling out of scope can cause...
@rok-cesnovar Since this is on a `bstatcomp` fork, would you be able to rename this design doc so that the number doesn't clash (I think `0007-...` is free)? Then we...
> The norms could be split, like we have for a lot of functions, but we've also talked about re-thinking doing that because it might mean the first page you...
Huh, it looks like most of the signatures don't line up with the documentation. These are the current Stanc3 signatures for ```real y``` outcome: ``` (real | matrix, real, vector,...