
Create a GitHub action that checks regularly your package
Source:R/gha_check_full.R
gha_check_full.RdThe GitHub action created would run R CMD check on your package.
It uses a wide range of platforms, can be reduced by commenting or deleting
platforms on the matrix config.
Details
Use crontab.guru to check and create your own cron tag.
Examples
# \dontrun{
gha_check_full(cron_expr = "57 16 12 * *")
#> ✔ Adding "R-version" to .github/.gitignore.
#> Warning: cannot open file '/tmp/RtmpXg8X1K/file1ea942807fdb/.github/.gitignore': No such file or directory
#> Error in file(path, open = file_mode, encoding = "utf-8"): cannot open the connection
# }