R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
  s3_register("pillar::pillar_shaft", "bignum_vctr")

  invisible()
}
# nocov end

Try the bignum package in your browser

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

bignum documentation built on May 4, 2023, 9:10 a.m.