Download this file
1 2 3 4 5 6
.onAttach <- function(...) { packageStartupMessage(paste0( "biotmle v", utils::packageDescription("biotmle")$Version, ": ", utils::packageDescription("biotmle")$Title )) }