github_action_check_endpoints: Set up GitHub Actions to Check Endpoints

View source: R/endpoint.R

github_action_check_endpointsR 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 = ".")

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


cjvanlissa/worcs documentation built on Nov. 7, 2024, 1:20 p.m.