USGS-R / smwrGraphs

Moved to: https://code.usgs.gov/water/analysis-tools/smwrGraphs
https://code.usgs.gov/water/analysis-tools/smwrGraphs
Other
18 stars 16 forks source link

New disclaimer #8

Closed ldecicco-USGS closed 9 years ago

ldecicco-USGS commented 9 years ago

We need to adjust the language of the disclaimer on GRAN to:

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("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 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.")
}
ldecicco-USGS commented 9 years ago

I was wrong. The even better disclaimer should be:

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("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 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. Although this software program has been used by the 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.")
}
dlorenz-usgs commented 9 years ago

I have updated all 3. How do they get migrated to GRAN? Do they need new releases?

On Tue, Mar 31, 2015 at 1:48 PM, Laura DeCicco notifications@github.com wrote:

I was wrong. The even better disclaimer should be:

.onAttach <- function(libname, pkgname) { packageStartupMessage("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 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. Although this software program has been used by the 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.") }

— Reply to this email directly or view it on GitHub https://github.com/USGS-R/smwrGraphs/issues/8#issuecomment-88205968.

ldecicco-USGS commented 9 years ago

Yeah, I'll take care of it. Thanks Dave!

ldecicco-USGS commented 9 years ago

@dlorenz-usgs : I made the new release match the package version by taking off the 'v' in the tagged release. Next time you update any of the packages, you can put it back (or not, it doesn't really matter...as long as the version you put on grantools matches the tagged release). If this doesn't make any sense..let me know.

dlorenz-usgs commented 9 years ago

I think it makes sense. I'll have a revision with some minor changes soon, but wanted to get 1.0.7 fixed for the review process.

On Wed, Apr 1, 2015 at 9:19 AM, Laura DeCicco notifications@github.com wrote:

@dlorenz-usgs https://github.com/dlorenz-usgs : I made the new release match the package version by taking off the 'v' in the tagged release. Next time you update any of the packages, you can put it back (or not, it doesn't really matter...as long as the version you put on grantools matches the tagged release). If this doesn't make any sense..let me know.

— Reply to this email directly or view it on GitHub https://github.com/USGS-R/smwrGraphs/issues/8#issuecomment-88502617.