R/ShowStartupMessage.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Package phenolocrop is designed for scientific use.\nUse for commercial purposes shall not be allowed.\nCopyright (C) 2023 The National Agriculture and Food Research Organization. All rights reserved.")
}

Try the phenolocrop package in your browser

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

phenolocrop documentation built on July 26, 2023, 6:10 p.m.