Cmdstanr and Rtools45

Running check_cmdstan_toolchain() returns an error if only Rtools45 is installed and not Rtools44. I guess I can manually install cmdstan per CmdStan Installation, but allowing Rtools45 would make life easier. Thank you.

It looks like the Github version has already been updated, what version of cmdstanr are you using?

2 Likes

Rtools45 is supported from version 0.9.0, can you try installing the current version from r-universe?

# we recommend running this in a fresh R session or restarting your current session
install.packages("cmdstanr", repos = c('https://stan-dev.r-universe.dev', getOption("repos")))
2 Likes

I am using cmdstanr version 0.8.0.

Ahh. I had https://mc-stan.org/r-packages/ as the repo. I’ll try again, although I built it manually using Rtools45.

For closure, I reinstalled the toolchain from the new repo and 0.90.0 works as expected. Thank you!

2 Likes