Skip to content

Commit

Permalink
repress new R CMD check notes from R-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Feb 26, 2024
1 parent 9b22e5b commit 2487fc9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' of the naming structure of the output validation report. use `{package}`
#' for package name, `{version}` to record package version, and `{date}` to
#' capture the date the report was run.
#' @param username_list list of user objects created by {make_user}. Each user
#' @param username_list list of user objects created by make_user. Each user
#' contains entries for username, name, title, and role to be used for
#' documentation.
#' @param validation_files list of validation files: requirements, test cases and test code.
Expand Down
2 changes: 1 addition & 1 deletion R/scrape_authorship.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ vt_scrape_test_code_editors <- function(tags = c("editor", "editDate", "deprecat
out
}

#' @note vt_scrape_functions Requires access to raw R/ or function documentation parsed via {valtools} into validation/ folder.
#' @note vt_scrape_functions Requires access to raw R/ or function documentation parsed via valtools into validation/ folder.
#' Cannot pull information from installed R/ location.
#' @export
#' @rdname scraping
Expand Down
2 changes: 1 addition & 1 deletion R/write_validation_report.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Create validation report from template
#' @param pkg_name name of package
#' @param template what validation report template from {valtools} to use,
#' @param template what validation report template from valtools to use,
#' one of "validation" (default) or "requirements"
#' @param dynamic_referencing Should dynamic referencing be enabled by default. Boolean defaults to FALSE.
#' @param open boolean to open the validation report for further editing
Expand Down
2 changes: 1 addition & 1 deletion man/scraping.Rd

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

2 changes: 1 addition & 1 deletion man/validation_config.Rd

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

2 changes: 1 addition & 1 deletion man/vt_use_report.Rd

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

0 comments on commit 2487fc9

Please sign in to comment.