bgoodri
bgoodri
Also, if it cannot find the `#include`d file, the error message should reference the file name that it did not find.
Can you post the whole ~/.R/Makevars file? It may be that it is not finding it. What is `Sys.getenv("R_MAKEVARS_USER")`? On Mon, Oct 15, 2018 at 12:45 PM RichardIanBarnes wrote: >...
Try it after changing ~/.R/Makevars to ``` CXX14 = g++ -std=c++1y ``` You may also want to add `-Wno-unused-variable -Wno-unused-function` to the `CXX14FLAGS` line.
Just do install.packages(" https://win-builder.r-project.org/1vUk5Gxm9QqM/rstan_2.19.1.zip", repos = NULL) On Tue, Jun 18, 2019 at 1:55 PM Bob Carpenter wrote: > Reopened #569 . > > — > You are receiving this...
That link isn't needed anymore. Just install rstan from CRAN. On Tue, Sep 24, 2019 at 10:55 PM dvillacresesz wrote: > I understand that this issue was closed based on:...
If you don't have CXX14 defined on Linux, then most likely your version of R is much too old. On Wed, Sep 25, 2019 at 10:06 AM Nikhil Gupta wrote:...
I would just install the binary package, but if you are going to build packages from source on Windows then you need the appropriate configuration, which is given on the...
Yes, the gradient method is exposed in RStan. At the moment, we are numerically differentiating the autodiffed gradient to get a Hessian at the optimum when necessary but I would...
Branches for features should be based off of develop but even then it would have to wait for Stan 2.19 to reach the masses. It is not too hard to...
I'll do it for you once stuff gets merged into Stan. It entails adjusting the headers that get included when making the parser in rstan. On Thu, Nov 15, 2018...