Updates the github workflows for pkgdown and test-coverage to match the latest at r-lib/actions.
Replaces the (now-defunct) R-CMD-check.yaml workflow with r-lib/actions/check-standard.yaml. The latter does R CMD check on ubuntu, mac and windows. But on 5 rather than 10 OS versions.
Did not replace the pr-commands.yaml workflow. That defines two commands that can be typed into a PR discussion (/document and /style). I can't find the original version of that file, and think it should be replaced with pre-commit rules anyway.
Updates the github workflows for pkgdown and test-coverage to match the latest at r-lib/actions.
Replaces the (now-defunct) R-CMD-check.yaml workflow with r-lib/actions/check-standard.yaml. The latter does R CMD check on ubuntu, mac and windows. But on 5 rather than 10 OS versions.
Did not replace the
pr-commands.yaml
workflow. That defines two commands that can be typed into a PR discussion (/document and /style). I can't find the original version of that file, and think it should be replaced with pre-commit rules anyway.