R/zzz.R

Defines functions .onAttach

.onAttach <- function(...){
  packageStartupMessage(paste0("Loading eggCounts (version ", utils::packageVersion("eggCounts"),"):
- The compilation time for the first time using non-default priors can be up to 20s.
- For a graphical user interface of the package implemented in R Shiny, visit: http://shiny.math.uzh.ch/user/furrer/shinyas/shiny-eggCounts/" ))
}

Try the eggCounts package in your browser

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

eggCounts documentation built on Oct. 15, 2023, 1:06 a.m.