-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL version of cmdstanr 0.5.3 is incompatible with brms::brm(backend = “cmdstanr”) #692
Comments
Thanks for catching this. The WSL backend is currently undergoing a major refactor, I'll make sure to have this addressed/compatible in the refactor |
@CLRafaelR If you install the |
Thank you for letting me know and sorry for the late reply. Just one clarification question: should I only install the github version of |
Just |
@andrjohns I understand. Thank you for your reply. |
Describe the bug
I have two different version of
cmdstanr
0.5.3 in my Windows 10 raptop: one runs in the native Windows environment and the other runs in the Windows Subsystem for Linux (WSL). Both versions ofcmdstanr
works fine when I run Cmdstanr's starting example (Getting started with CmdStanR). However, I found thatbrms::brm(backend = "cmdstanr")
only works with the native Windows version ofcmdstanr
, not with the WSL version.The issue has already been reported in the Stan forum, but I repost it here since it has not received any comment over a week.
To Reproduce
The example of
brms::brm(count ~ zAge + zBase * Trt + (1 | patient), ...)
came from the documentation ofbrm()
{brms} 2.17.0.Expected behavior
fit_wsl_brm
returns the similar results asfit_win_brm
.Operating system
Windows 10 Pro
CmdStanR version number
0.5.3
Additional context
The text was updated successfully, but these errors were encountered: