-
Notifications
You must be signed in to change notification settings - Fork 1
Correct CMD builds & CMD checks errors #3
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
base: master
Are you sure you want to change the base?
Conversation
|
Commits a02c190 and a9d587f solve the problem, but telling CMD check that everything is fine. On top of correcting that, I changed the travis icon for github action, and added a R CMD check action from https://github.com/r-lib/actions/tree/v2/examples This allows to check if the R CMD check work on different plateform |
|
And at the moment, everything works! so @AdrianTimpson I would think that if you merge this pull request and send that to CRAN ADMUR should be good at the moment (although still some cleaning to be done!) |
EDIT: This pull requestion correct all warnings and notes resulting from R CMD check
It also adds two github actions:
First version of the PR:
On my debian 12 (full
sessionInfo()below), this pull request corrects two notes over 3 that were returned by:Now the only note left is due to this::
The rest is ok, the pull request also totally remove the examples from the checks ; by using dontrun instead of donttest, which speed up compilation task.
It correct a minor error of filename in
guide.Rmdand remove the warning on title mismatch buy using R-markdown option:options(rmarkdown.html_vignette.check_title = FALSE)output of sessionInfo():
This pull request correct a few notes