github_actions: GitHub Actions setup and badges
Description
Sets up continuous integration (CI) for an R package that is developed on
GitHub using GitHub Actions. These functions
Usage
use_github_actions()use_github_actions_badge(name = "R-CMD-check")
<code>use_github_actions()</code>
Adds a basic R-CMD-check.yaml
file to the .github/workflows
directory of a
package. This is a configuration file for the GitHub Actions service.
<code>use_github_actions_badge()</code>
Only adds the GitHub Actions badge. Use for a project
where GitHub Actions is already configured.