russHyde / dupree

{dupree} helps identify code blocks that have a high level of similarity in a set of R files
https://russhyde.github.io/dupree/
Other
37 stars 0 forks source link

Update ci #82

Closed russHyde closed 1 year ago

russHyde commented 1 year ago

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.