R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  pkgname <- "gmDatabase"
  ver <- utils::packageDescription(pkgname)$Version
  packageStartupMessage("gmDatabase: Working with geometallurgical databases,  Version: ", ver)
}

Try the gmDatabase package in your browser

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

gmDatabase documentation built on May 2, 2019, 9:31 a.m.