R/reporter_null.R

Defines functions report_finalize.NULL report_status.NULL report_initialize.NULL

#' @export
report_initialize.NULL <- function(...) {}

#' @export
report_status.NULL <- function(...) {}

#' @export
report_finalize.NULL <- function(...) {}

Try the checked package in your browser

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

checked documentation built on June 10, 2025, 9:08 a.m.