Operating System: Windows 10
Interface Version: cmdstanr 0.0.0.9000
Compiler/Toolkit: Rtools
Hi,
I am trying to install cmdstan on windows via cmdstanr (using install_cmdstan()
) and getting the following error:
Error in rethrow_call(c_processx_exec, command, c(command, args), stdin, :
Command not found @win/processx.c:977
A quick internet search suggests that this could be due to the inability to find Rtools. I have Rtools installed and can compile model with Rstan.
Is this a problem I am causing, or is this a problem with the install_cmdstan()
and associated files?
Thanks in advance - Guido
PS: cmdstanr, in particular the much shortened compilation time is awsome. I could install it without problems on my personal mac, but I needed on my windows machine at work.