R/AAA.R

Defines functions .onUnload

.BAYESX_CACHE <- new.env(FALSE, parent = globalenv())

#.onLoad <- function(lib, pkg) {
#  assign(".akimaStatus", FALSE, envir = .BAYESX_CACHE)
#}

#.onAttach <- function(lib, pkg) {
#  startmessage <- paste("Note: Function plotsurf depends on akima which has\n", 
#    "a restricted licence that explicitly forbids commercial use.\n", "akima is therefore disabled by default and may be enabled by\n", 
#    "akimaPermit(). Calling this function includes your agreement to\n", "akima`s licence restrictions.\n", 
#    sep = " ")
#  packageStartupMessage(startmessage, appendLF = FALSE)
#}

.onUnload <- function(libpath) {
  rm(.BAYESX_CACHE)
}

Try the BayesX package in your browser

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

BayesX documentation built on Oct. 20, 2023, 9:11 a.m.