R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  #  pkgdesc <- utils::packageDescription("eggCounts", lib.loc = eggCountsLib)
  #  builddate <- gsub(';.*$', '', pkgdesc$Packaged)
  #  packageStartupMessage(paste("eggCounts (Version ", pkgdesc$Version, ")", sep = ""))
  packageStartupMessage(paste0("Loading spatialfusion (version ", utils::packageVersion("spatialfusion"),"):
- The compilation time for a Stan model can be up to 20s.
- INLA method is recommended for larger datasets (> 1000 observations).
- It is good practice to test the model specification on sub-sampled dataset first before running it on the full dataset."))
}

Try the spatialfusion package in your browser

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

spatialfusion documentation built on Aug. 23, 2022, 1:05 a.m.