[d84c2d]: / R / zzz.R

Download this file

7 lines (6 with data), 184 Bytes

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