A convenience function that runs test on a project with only .R
and .Rmd
files.
The details section lists the relevant functions.
When you fixed a problem, you can speed things up by running only the related
check.
We still recommend to run check_source()
before you push to GitHub.
And only push when the functions indicate that there are no problems.
This catches most problems before sending the code to GitHub.
Usage
check_source(x = ".", fail = !interactive())
See also
Other project:
check_folder()
,
check_project()