R/package.R

Defines functions .onLoad

#' Enable usage of `<S7_object>@@name` in package code
#'
#' @rawNamespace if (getRversion() < "4.3.0") importFrom("S7", "@")
#' @noRd
NULL

.onLoad <- function(libname, pkgname) {
  S7::methods_register()
}

Try the shinyreprex package in your browser

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

shinyreprex documentation built on April 27, 2026, 9:10 a.m.