Skip to content

Commit

Permalink
style and docs: run devtools::document() and styler::style_pkg()
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Feb 29, 2024
1 parent e133132 commit 10a3af0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/use_r_workflows.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ use_r_cmd_check <- function(workflow_name = "call-r-cmd-check.yml",
#' workflow for calculating code coverage
#' @template workflow_name
#' @param use_public_rspm Use posit package manager instead of CRAN to install dependencies? The
#' advantage here is that dependencies are precompiled, so install should be much quicker. In
#' advantage here is that dependencies are precompiled, so install should be much quicker. In
#' rare situations (like packages with TMB dependencies), using use_public_rspm = FALSE may be
#' a better option. Note a setting only needs to be specified in the yml if use_public_rspm is FALSE, so
#' a better option. Note a setting only needs to be specified in the yml if use_public_rspm is FALSE, so
#' there will be no setting added if use_public_rspm is TRUE.
#' @export
use_calc_coverage <- function(workflow_name = "call-calc-coverage.yml", use_public_rspm = TRUE) {
Expand Down
11 changes: 10 additions & 1 deletion man/use_calc_coverage.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10a3af0

Please sign in to comment.