[INFRA] Automate additional checks prior submitting to CRAN #185
Labels
chore
Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Milestone
Generalize usage of https://builder.r-hub.io/ to validate the package source prior submission: started with #184
Check how we can automate the usage of r-hub by having a GH workflow. This is currently described as manual steps in the release procedure.
See
The R-CMD-Check workflow could be simplified as well by using this action instead of calling R command directly: https://github.com/r-lib/actions/tree/v2/check-r-package
Note: The whole release may be fully automated, including the CRAN submission, according to https://r-pkgs.org/release.html#sec-release-submission (use a dedicated R package).
If so, create a dedicated issue
From https://www.r-bloggers.com/2020/07/how-to-write-your-own-r-package-and-publish-it-on-cran
See also #136 and #137
The text was updated successfully, but these errors were encountered: