diff --git a/DISCLAIMER.md b/DISCLAIMER.md index 6c6a388..fff859e 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,10 +1,6 @@ Disclaimer ========== -Disclaimer -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. - -This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey (USGS), an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits +This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use. -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. -This software is provided "AS IS." +From: https://www2.usgs.gov/fsp/fsp_disclaimers.asp#5 \ No newline at end of file diff --git a/NEWS.md b/NEWS.md index f0fcebc..b706b2a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ -# Version 1.1.15 (in development) +# Version 1.1.15 (2020-06-07) * Added `scrape_files` parameter to `item_upload_files()` and `item_append_files()` +* Fixed CRAN check issues with ScienceBase availability. 10 second timeout was added for all web service calls. # Version 1.1.14 (2020-03-01) diff --git a/code.json b/code.json index a0bafae..8e4355f 100644 --- a/code.json +++ b/code.json @@ -11,14 +11,14 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/water/sbtools/blob/master/LICENSE.md" + "URL": "https://code.usgs.gov/water/sbtools/blob/v1.1.15/LICENSE.md" } ] }, "homepageURL": "https://code.usgs.gov/water/sbtools", - "downloadURL": "https://code.usgs.gov/water/sbtools/-/archive/master/sbtools-master.zip", - "disclaimerURL": "https://code.usgs.gov/water/sbtools/-/blob/master/DISCLAIMER.md", + "downloadURL": "https://code.usgs.gov/water/sbtools/-/archive/v1.1.15/sbtools-v1.1.15.zip", + "disclaimerURL": "https://code.usgs.gov/water/sbtools/-/blob/v1.1.15/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/water/sbtools.git", "vcs": "git", @@ -39,7 +39,7 @@ }, "date": { - "metadataLastUpdated": "2020-12-10" + "metadataLastUpdated": "2020-06-07" } }, { "name": "sbtools", @@ -53,7 +53,7 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/water/sbtools/blob/master/LICENSE.md" + "URL": "https://code.usgs.gov/water/sbtools/blob/v1.1.14/LICENSE.md" } ] },