Closed atrolle closed 7 years ago
Hmm, not sure what's going wrong. I would try to uninstall the rstan package, restart R and install rstan again (all in a fresh R session). If that doesn't help, I suggest you ask on the stan-users mailing list (https://groups.google.com/forum/#!forum/stan-users).
Thank you for the advice.
Best regards, Arnaud.
Hello,
I downloaded "brms" from CRAN with all dependencies. I tried to run the following example, using "Kidney" dataset : library("brms") data("kidney")fit1 <- brm(formula = time | cens(censored) ~ age * sex + disease
But I get the following error message : Compiling the C++ model Error in compileCode(f, code, language = language, verbose = verbose) : Compilation ERROR, function(s)/method(s) not created! file1748511132dd.cpp:8:39: fatal error: stan/model/model_header.hpp: No such file or directory
include <stan/model/model_header.hpp>
I use R 64 Bits version 3.3.2, RStudio version 1.0.136 and RTools version 3.4. RTools seems to work correctly :
My system PATH is as follows :
I do no see what's going wrong. Can anyone help me ?
Best regards, Arnaud.