Operating System:Windows 7 or 10
Interface Version: rstan (Version 2.16.2
Compiler/Toolkit:
Hi, I’m new to Stan. Installed to Windows 7 and 10 as described in https://github.com/stan-dev/rstan/wiki/Installing-RStan-on-Windows and everything worked as described with Rtools. When opening libraries either rstan or rstanarm we are argued to run
rstan_options(auto_write = TRUE)
options(mc.cores = parallel::detectCores())
and when I do that and start my model - after a short while I get the announcement that
#Error in new_CppObject_xp(fields$.module, fields$.pointer, ...) :
# no valid constructor available for the argument list
#trying deprecated constructor; please alert package maintainer
and the model exits
When I start all over again but omitting these two calls to options and cores, the model runs OK but slowly.
I did not follow the suggestion to have makevars and the other optional stuff under “configuration” - so I did not make any error there :-)
So what do I do?
Best wishes
Troels
[edit: escaped code]