R/zzz.R

Defines functions .onLoad

#' @importFrom assertthat assert_that is.count is.string is.flag
#' @importFrom rlang abort warn inform
NULL

.onLoad <- function(libname, pkgname) {
  backports::import(pkgname, c("...length", "isFALSE", "strrep", "trimws"))
}

Try the prt package in your browser

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

prt documentation built on April 9, 2023, 5:07 p.m.