Creates a GitHub Actions workflow that runs
isReproducible()
on all R Markdown files in the repository.
The workflow installs pandoc so that the documents can be rendered.
Depending on the result, a badge file reproducibleRchunks-badge.svg
is generated
indicating successful, failing or unknown reproduction status.
Usage
use_github_action(
files = NULL,
path = ".github/workflows/reproducibleR.yml",
packages = NULL
)