Skip to content

Commit

Permalink
add documentation for update_refs to pass cran checks
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed May 15, 2024
1 parent 39f831c commit df98b3b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/update_refs.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#' @title Updates reference tables
#'
#' @param write Logical. Should the internal reference tables be overwritten?
#' @return No return value. Called for side effects.
#' @author Josh Yamamoto
#' @export
.update_refs <- function(write = FALSE) {

Expand Down
20 changes: 20 additions & 0 deletions man/dot-update_refs.Rd

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

0 comments on commit df98b3b

Please sign in to comment.