Skip to content

Commit

Permalink
fix(is_fims_verbose): Uses ::: in example b/c unexported
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA committed Sep 6, 2024
1 parent 3d03616 commit 7467042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/is_fims_verbose.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' are printed to the console.
#'
#' @examples
#' is_fims_verbose()
#' fims:::is_fims_verbose()
is_fims_verbose <- function() {
verbose_option <- getOption("rlib_message_verbosity", default = "default")
verbose_boolean <- ifelse(
Expand Down
2 changes: 1 addition & 1 deletion man/is_fims_verbose.Rd

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

0 comments on commit 7467042

Please sign in to comment.