Hi
I would like to know what is the latest version of Stan available for R, since I would like to use version 2.27 and currently using 2.21.
I didn´t find an official instalation method for that version of stan in R, and the automatic installation still returns 2.21. (Any links on this or commands to pass from 2.21 to 2.27 would help as well)
> library(cmdstanr)
This is cmdstanr version 0.4.0.9000
- Online documentation and vignettes at mc-stan.org/cmdstanr
- CmdStan path set to: /Users/foo/.cmdstanr/cmdstan-2.27.0
- Use set_cmdstan_path() to change the path
> cmdstan_version()
[1] "2.27.0"
Thanks!
Installing it doensn´t give me a problem , but when writing
library(cmdstanr)
y get
This is cmdstanr version 0.4.0
- Online documentation and vignettes at mc-stan.org/cmdstanr
- Use set_cmdstan_path() to set the path to CmdStan
- Use install_cmdstan() to install CmdStan
and in setting the path either Null or
set_cmdstan_path(os.path.join('path','to','cmdstan'))
Error in os.path.join("path", "to", "cmdstan") :
could not find function "os.path.join"
Both give problems.
(Thanks so much for the help by the way, still trying to figure things out)