inst/examplepkg/R/reexports.R

# Example reexports, to ensure that reexports are flagged properly in the
# test-trace data.frame

#' @importFrom utils help
#' @export
utils::help

#' Manually redefining a function from another package
#'
#' @importFrom utils example
#' @export
reexport_example <- utils::example

#' @importFrom utils person
#' @export person
NULL

Try the covtracer package in your browser

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

covtracer documentation built on Sept. 12, 2024, 7:40 a.m.