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.