R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {

  if (!interactive()) return()

  text <- c('Note: the next xpose release (v0.5.0) might bring some breaking changes.\nIf you rely on xpose for your work, please keep an eye on our github:\nhttps://github.com/UUPharmacometrics/xpose')

  packageStartupMessage(sample(text, size = 1))
}

# Remove CRAN note on no visible binding for global variable
utils::globalVariables('.')

Try the xpose package in your browser

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

xpose documentation built on Nov. 24, 2025, 10:16 a.m.