Skip to content
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

Pull requests #85

Merged
merged 46 commits into from
Apr 18, 2024
Merged

Conversation

DylanCarbone
Copy link
Collaborator

Hi @AugustT,

Please review the GHA for this pull request R CMD check here.

Also, I've realised that the check !requireNamespace("jagsUI", quietly = TRUE)) doesn't actually check for the installation of JAGS. Given the jagsUI package is essential for the functions to work, I've moved jagsUI from the suggests to the imports field of the description.

We should consider removing !requireNamespace("jagsUI", quietly = TRUE)) as I don't think it is necessary to detect a package that can be installed from CRAN. Instead, I've added tests to search directly for the installation of JAGS, using the testjags function from the runjags package.

@AugustT AugustT merged commit 6a3fc2b into BiologicalRecordsCentre:master Apr 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants