R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(paste0(
    "biotmle v", utils::packageDescription("biotmle")$Version,
    ": ", utils::packageDescription("biotmle")$Title
  ))
}

Try the biotmle package in your browser

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

biotmle documentation built on Nov. 8, 2020, 5:10 p.m.