R/0.onAttach.message.R

Defines functions .onAttach

.onAttach <- function(libname = find.package("ENMwizard"), pkgname = "ENMwizard") {
  packageStartupMessage(("    Welcome to ENMwizard \n  To cite this package use: citation('ENMwizard'). \n  Please, remember to cite other packages that ENMwizard depends on: 'raster', 'dismo', 'ENMeval', 'spThin'"))
}
HemingNM/ENMwizard documentation built on Jan. 4, 2024, 3:24 p.m.