R/zzz.R

Defines functions .onLoad

##' @useDynLib ring, .registration = TRUE
sizes <- NULL
.onLoad <- function(libname, pkgname) {
  ## Not sure why this doesn't trigger with covr, but it doesn't much
  ## matter: this runs, unconditionally.
  sizes <<- .Call(Csizeof_types) # nocov
}

Try the ring package in your browser

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

ring documentation built on April 28, 2023, 5:08 p.m.