R/zzz.R

Defines functions .onLoad .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This is ", pkgname, " version ", packageVersion(pkgname), ". \nFor worked examples, please consult the vignette: <https://jamiemkass.github.io/ENMeval/articles/ENMeval-2.0-vignette.html>.")
}

.onLoad <- function(lib, pkg) {
  # Make sure the dbplyr methods are loaded
  loadNamespace("predicts")
}

Try the ENMeval package in your browser

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

ENMeval documentation built on June 8, 2025, 10:22 a.m.