This PR replaces the old GitHub action to run R CMD check with a new one created by usethis::use_github_action(). I also added an additional run condition to have it run every Sunday. This PR also adds a action for calculating test coverage, added with usethis::use_github_action()
This PR replaces the old GitHub action to run R CMD check with a new one created by
usethis::use_github_action()
. I also added an additional run condition to have it run every Sunday. This PR also adds a action for calculating test coverage, added withusethis::use_github_action()