R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  vrs <- utils::packageVersion("vaccine")
  packageStartupMessage(paste0(
    "vaccine (version ", vrs, ").\nType ?vaccine to get started."
  ))
}

Try the vaccine package in your browser

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

vaccine documentation built on April 4, 2025, 12:12 a.m.