R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  utils::globalVariables(c(
    "unique_id", "client_id", "mortality", "lapse",
    "px", "pw", "tpx", "tpw"
  ))
}
utils::globalVariables(c("DURATION", "sim_n", "PREM", "CLAIM", "BAL"))

Try the volrisk package in your browser

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

volrisk documentation built on June 14, 2025, 9:07 a.m.