R/zzz_rdpack.R

Defines functions .dummy_rdpack

# Just to avoid note of check() because no Rdpack:: call

#' @keywords internal
"_PACKAGE"

#' @noRd
.dummy_rdpack <- function() {
  # We use a real function name here so the check finds it
  # wrap in if(FALSE) so it never actually executes
  if (FALSE) Rdpack::reprompt()
}

Try the healthiar package in your browser

Any scripts or data that you put into this service are public.

healthiar documentation built on March 12, 2026, 5:07 p.m.