-
Notifications
You must be signed in to change notification settings - Fork 2
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
vignette example doesn't run correctly without rjags #21
Comments
Hi @tbrown122387 I think this is fixed now. The vignette starts by checking if |
Hey @perrydv I can get rid of
It's kind of weird because I have
I figured it was because I installed
I don't even have the directory |
Hi @tbrown122387 Thanks for trying this. I tried uninstalling rjags and I was still able to build the vignette cleanly without it. Is the output you're showing from running the vignette code directly (i.e. not knitting it)? If so, it looks like the errors are safe and accurate, saying that jags was not run. When building the vignette, a variable |
@perrydv yes you're right--my not having jags/rjags installed correctly on this machine has nothing to do with your work. The errors are indeed nonfatal/safe/best-case-scenario. Regarding deprecation stuff, good call...that was fixed with |
The first example in the vignette does not work on my machine. The error seems to be
MCMCdef_jags_impl(MCMCinfo, MCMCcontrol, monitorInfo, modelInfo)
and it's complaining thatrun_jags: rjags package is required for 'jags' option. jags will not be run.
Perhapsrjags
has to be added as a dependency? If that's too extreme, maybe add a line in the vignette, or a commented outinstall.packages()
call or something.Edit: same issue with the second example in the vignette:
rjags package is required for 'jags' option
.Also, I get a deprecation warning, and it's not immediately obvious on how to turn it off.
Here's the full output, for posterity.
openjournals/joss-reviews#3844
The text was updated successfully, but these errors were encountered: