github_action_check_endpoints {worcs} | R Documentation |
Set up GitHub Actions to Check Endpoints
Description
Sets up a GitHub Action to perform continuous integration (CI)
for a WORCS project. CI automatically evaluates check_endpoints()
or
reproduce(check_endpoints = TRUE)
.
at each push or pull request.
Usage
github_action_check_endpoints(worcs_directory = ".")
github_action_reproduce(worcs_directory = ".")
github_action_testthat(worcs_directory = ".")
Arguments
worcs_directory |
Character, indicating the WORCS project directory to which to save data. The default value "." points to the current directory. Default: '.' |
Value
No return value. This function is called for its side effects.
See Also
use_github_action
add_endpoint
check_endpoints
[Package worcs version 0.1.19 Index]