R/prmsTools-package.R

Defines functions .onAttach

#'@name prmsTools-package
#'@docType package
NULL
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This package is currently IN DEVELOPMENT.
This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
                        
Although this software program has been used by the U.S. Geological Survey (USGS),
no warranty, expressed or implied, is made by the USGS or the U.S. Government 
as to the accuracy and functioning of the program and related program material 
nor shall the fact of distribution constitute any such warranty, 
and no responsibility is assumed by the USGS in connection therewith.

This software is provided AS IS.")
}
cpenn-usgs/prmsTools documentation built on May 6, 2019, 9:49 p.m.