-
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
Add to Bayes function doc JAGS dependency #54
Labels
documentation
Improvements or additions to documentation
Milestone
Comments
Note that some users might have a problem when loading the library(rjags)
Error : .onLoad failed in loadNamespace() for 'rjags', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared object '/Users/casallas/Library/R/3.0/library/rjags/libs/rjags.so':
dlopen(/Users/casallas/Library/R/3.0/library/rjags/libs/rjags.so, 10): Library not loaded: /usr/local/lib/libjags.3.dylib
Referenced from: /Users/casallas/Library/R/3.0/library/rjags/libs/rjags.so
Reason: image not found
Error: package or namespace load failed for ‘rjags’ One workaround is to install rjags from source: install.packages("rjags",type = "source") |
egouldo
added a commit
that referenced
this issue
Jan 31, 2024
egouldo
added a commit
that referenced
this issue
Feb 1, 2024
egouldo
added a commit
that referenced
this issue
Feb 1, 2024
egouldo
added a commit
that referenced
this issue
Feb 1, 2024
egouldo
added a commit
that referenced
this issue
Feb 1, 2024
egouldo
added a commit
that referenced
this issue
Feb 1, 2024
egouldo
added a commit
that referenced
this issue
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ensure that JAGS dependency for Bayesian functions is documented in the function man for the Bayes agg methods.
The text was updated successfully, but these errors were encountered: