I just uploaded my first R package to CRAN for review a few minutes ago. It passed all the tests I gave it (R-CMD-Check, documentation, etc.). However, upon submitting to CRAN, five errors were returned:
The workflow page does not contain the word "error", nor can I find anything on the page that would be causing these errors.
link to CRAN submission page that shows workflow errors for the Ensembles package
What are the errors, and how can they be fixed? I've checked the documentation, and don't see anything that matches this set of errors. The package loads and runs flawlessly on two machines on which I've tested it, I don't see any errors running the package.
EDIT: The five errors all have the same mistake, but I'm not sure how to fix it (or even what this is, nor can I find anything about this on the GitHub Actions page for the package:https://github.com/InfiniteCuriosity/Ensembles/actions/):
The error on all five jobs is: r-lib/actions/check-r-package@v2

