R/zzz.R

Defines functions .onAttach

#' @importFrom graphics par text
#' @importFrom methods as new slot
#' @importFrom stats var

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste("TileManager - Please note that version 0.4.0 is NOT backwards compatible"))
}

Try the TileManager package in your browser

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

TileManager documentation built on Feb. 2, 2022, 5:09 p.m.