R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {

  packageStartupMessage(
    "Useful information sources:
    + help(package = \"hydrotoolbox\")
    + vignette(package = \"hydrotoolbox\")
    + https://gitlab.com/ezetoum27/hydrotoolbox
    *******************************************
    Don't forget to cite:
    + citation(package = \"hydrotoolbox\")"
    )

}

Try the hydrotoolbox package in your browser

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

hydrotoolbox documentation built on April 14, 2023, 12:34 a.m.