From 2675d48254ab43c36052dafdb05bd4df671f7fe1 Mon Sep 17 00:00:00 2001 From: Laura DeCicco Date: Fri, 9 Mar 2018 13:26:42 -0600 Subject: [PATCH] Lengthening funding --- R/toxEval.R | 10 ++++++---- README.md | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/R/toxEval.R b/R/toxEval.R index 56345194..d3d64653 100644 --- a/R/toxEval.R +++ b/R/toxEval.R @@ -1,5 +1,6 @@ .onAttach <- function(libname, pkgname) { - packageStartupMessage("This information is preliminary or provisional and + packageStartupMessage( + paste(strwrap('This information is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The information has not received final approval by the U.S. Geological @@ -7,9 +8,10 @@ Survey (USGS) and is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the information. - -Funding for toxEval expires summer 2018, -after which bug fixes & new features will be minimal") + +USGS Research Package: +https://owi.usgs.gov/R/packages.html#research'), + collapse='\n')) } diff --git a/README.md b/README.md index 55c36b63..4826fe2f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Water and Environmental Health Mission Areas of the USGS, as well as the Gr ### Sunset date -Funding for `toxEval` currently expires summer 2018, after which bug fixes & new features will be minimal. +Funding for `toxEval` is secured through summer 2021, after which bug fixes & new features will be minimal. ## Installation of R and RStudio