R/vctrs-package.R

Defines functions release_extra_revdeps

#' @description
#' `r lifecycle::badge("maturing")`
#'
#' Defines new notions of prototype and size that are
#' used to provide tools for consistent and well-founded type-coercion
#' and size-recycling, and are in turn connected to ideas of type- and
#' size-stability useful for analysing function interfaces.
#'
#' @keywords internal
#' @import rlang
#' @useDynLib vctrs, .registration = TRUE
"_PACKAGE"

release_extra_revdeps <- function() {
  # Extra revdeps to run before release.
  # Recognized by `usethis::use_release_issue()`.
  c("dplyr", "tidyr", "purrr")
}

Try the vctrs package in your browser

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

vctrs documentation built on Oct. 13, 2023, 1:05 a.m.