diff --git a/.Rbuildignore b/.Rbuildignore index 666c0c9..66fc694 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -22,4 +22,5 @@ R/olm_functions.R vignettes/download_functions.Rmd vignettes/epa_download.Rmd vignettes/protected_datasets.Rmd -inst/extdata/air.2m \ No newline at end of file +inst/extdata/air.2m +LICENSE.md \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 5ba99ed..aed1882 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: amadeus Title: A Machine for Data, Environments, and User Setup for Common Environmental and Climate Health Datasets -Version: 1.0.1 +Version: 1.0.2 Authors@R: c( person(given = "Mitchell", family = "Manware", role = c("aut", "ctb"), comment = c(ORCID = "0009-0003-6440-6106")), person(given = "Insang", family = "Song", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-8732-3256")), diff --git a/LICENSE b/LICENSE index 7cdec7c..117989f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,2 @@ -MIT License - -Copyright (c) 2024 Spatiotemporal Exposures and Toxicology Group - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +YEAR: 2024 +COPYRIGHT HOLDER: Spatiotemporal Exposures and Toxicology Group \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..eb5ff5a --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2024 Spatiotemporal Exposures and Toxicology Group + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/R/calculate_covariates.R b/R/calculate_covariates.R index d341d95..b434d49 100644 --- a/R/calculate_covariates.R +++ b/R/calculate_covariates.R @@ -1136,7 +1136,7 @@ calc_temporal_dummies <- #' @author Insang Song #' @references #' \insertRef{messier2012integrating}{amadeus} -#' \insertRef{web_sedctutorial}{amadeus} +#' \insertRef{web_sedctutorial_package}{amadeus} #' @examples #' library(terra) #' library(sf) diff --git a/README.md b/README.md index a825a14..080c6a3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Utilize [Issues](https://github.com/NIEHS/amadeus/issues) to notify the authors | [US EPA National Emissions Inventory (NEI)](https://www.epa.gov/air-emissions-inventories) | CSV | Emissions | | [US EPA Toxic Release Inventory (TRI) Program](https://www.epa.gov/toxics-release-inventory-tri-program/tri-basic-data-files-calendar-years-1987-present) | CSV | Chemicals
Pollution | | [USGS[^6] Global Multi-resolution Terrain Elevation Data (GMTED2010)](https://www.usgs.gov/coastal-changes-and-impacts/gmted2010) | ESRI ASCII Grid | Elevation | -| [USGS National Hydrography Dataset (NHD)](https://www.sciencebase.gov/catalog/item/4f5545cce4b018de15819ca9) | Geopackage
Geodatabase | Hydrography | +| [USGS National Hydrography Dataset (NHD)](https://www.usgs.gov/national-hydrography) | Geopackage
Geodatabase | Hydrography | See the "[download_data](https://niehs.github.io/amadeus/articles/download_functions.html)" vignette for a detailed description of source-specific download functions. diff --git a/inst/REFERENCES.bib b/inst/REFERENCES.bib index c41db9d..9ac3b9f 100644 --- a/inst/REFERENCES.bib +++ b/inst/REFERENCES.bib @@ -376,6 +376,10 @@ @misc{web_sedctutorial author = {Corinne Wiesner}, url = {https://mserre.sph.unc.edu/BMElab_web/SEDCtutorial/index.html} } +@misc{web_sedctutorial_package, + title = {Euclidean Sum of Exponentially Decaying Contributions Tutorial}, + author = {Corinne Wiesner} +} @misc{web_ropensci, title = {Packages}, publisher = {rOpenSci}, @@ -908,7 +912,7 @@ @inproceedings{abstract_simoes2021rstac @misc{data_usgs2023nhd, author = {{U.S. Geological Survey}}, title = {{National Hydrography Dataset (NHD) -- USGS National Map Downloadable Data Collection}}, - url = {https://www.sciencebase.gov/catalog/item/4f5545cce4b018de15819ca9}, + url = {https://www.usgs.gov/national-hydrography}, year = {2023} } diff --git a/man/calc_sedc.Rd b/man/calc_sedc.Rd index 7a73597..bfd717b 100644 --- a/man/calc_sedc.Rd +++ b/man/calc_sedc.Rd @@ -73,7 +73,7 @@ calc_sedc(pnt_locs, pnt_from, "NAME", 1e4, vals) } \references{ \insertRef{messier2012integrating}{amadeus} -\insertRef{web_sedctutorial}{amadeus} +\insertRef{web_sedctutorial_package}{amadeus} } \author{ Insang Song