File: zzz.R

package info (click to toggle)
r-cran-rsample 1.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,932 kB
  • sloc: sh: 13; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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