R/zzz.R

Defines functions .onLoad

# nocov start

.onLoad <- function(...) {
    tzdb::tzdb_initialize()

    vctrs::s3_register("pillar::pillar_shaft", "jdate")
    vctrs::s3_register("pillar::pillar_shaft", "jdatetime")
}

# nocov end

Try the shide package in your browser

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

shide documentation built on Sept. 11, 2024, 6:37 p.m.