From bf01bfb88dd886909838ad9c569ecc479cda240c Mon Sep 17 00:00:00 2001 From: Laura A DeCicco Date: Fri, 22 Nov 2024 10:56:01 -0600 Subject: [PATCH] back to development --- DESCRIPTION | 2 +- DISCLAIMER.md | 2 +- README.md | 19 +++++++++---------- code.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0439b9b..076c962 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: toxEval Type: Package Title: Exploring Biological Relevance of Environmental Chemistry Observations -Version: 1.4.0 +Version: 1.4.0.9000 Authors@R: c(person("Laura", "DeCicco", role = c("aut","cre"), email = "ldecicco@usgs.gov", diff --git a/DISCLAIMER.md b/DISCLAIMER.md index f9b5495..80dacaa 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,4 +1,4 @@ Disclaimer ========== -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. \ No newline at end of file +This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval 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 functionality of the software and related material nor shall the fact of release constitute any such warranty. The software 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 software. \ No newline at end of file diff --git a/README.md b/README.md index aeb9927..2eab805 100644 --- a/README.md +++ b/README.md @@ -204,13 +204,12 @@ citation(package = "toxEval") # Disclaimer -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. +This software is preliminary or provisional and is subject to revision. +It is being provided to meet the need for timely best science. The +software has not received final approval 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 functionality of the software and related +material nor shall the fact of release constitute any such warranty. The +software 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 software. diff --git a/code.json b/code.json index b48df03..88e6adf 100644 --- a/code.json +++ b/code.json @@ -1,4 +1,49 @@ [ + { + "name": "toxEval", + "organization": "U.S. Geological Survey", + "description": "Data analysis package for estimating potential biological effects from concentrations determined from environmental samples.", + "version": "main", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/water/toxEval/-/raw/main/LICENSE.md" + } + ] + }, + + "homepageURL": "https://code.usgs.gov/water/toxEval", + "downloadURL": "https://code.usgs.gov/water/toxEval/-/archive/main/toxEval-main.zip", + "disclaimerURL": "https://code.usgs.gov/water/toxEval/-/raw/main/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/water/toxEval.git", + "vcs": "git", + + "laborHours": 500, + + "tags": [ + "R", + "rstats", + "USGS", + "water" + ], + + "languages": [ + "R" + ], + + "contact": { + "name": "Laura De Cicco", + "email": "ldecicco@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2024-11-22" + } + }, { "name": "toxEval", "organization": "U.S. Geological Survey",