GitHub Action Failure with Rcmd-check on Ubuntu-devel

I have used the standard Rcmd-check.yaml GitHub action with three of my packages. However, for one of them (FSAdata) the action fails reliably for the Ubuntu-devel task. In my latest run the error was Error: Error in loadNamespace(x) : there is no package called ‘rcmdcheck’. The action runs for the other three tasks for this package and for this task (Ubuntu-devel) for my other packages.

The yaml file is here ... https://github.com/fishR-Core-Team/FSAdata/blob/main/.github/workflows/R-CMD-check.yaml

The task results are here ... https://github.com/fishR-Core-Team/FSAdata/runs/5265361156?check_suite_focus=true

Thank you in advance for any help that you can offer.

I would consider using the most recent v2 actions: GitHub - r-lib/actions: GitHub Actions for the R community

You probably also want to update your workflow files according to the examples at actions/examples at v2-branch · r-lib/actions · GitHub e.g. the check-standard.yaml file. Several steps that you have currently are not needed any more with the v2 actions.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.