R/zzz.R

Defines functions release_questions .onLoad

# nocov start

.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("dplyr::dplyr_reconstruct", "rset", method = dplyr_reconstruct_rset)
}

release_questions <- function() {
  c(
    "Have you added all new classes to `rset_subclasses` (in R/compat-vctrs-helpers.R)?",
    "Have you re-generated vctrs compatibility functions (using inst/generate_vctrs.R) and document()ed?"
  )
}

# nocov end

Try the rsample package in your browser

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

rsample documentation built on Aug. 23, 2023, 5:08 p.m.