diff --git a/DESCRIPTION b/DESCRIPTION index aa317a3d1..08ac54f00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,29 +1,30 @@ Package: TADAShiny Type: Package -Title: WQP Data Discovery and Cleaning: First R Shiny App in the TADA (Tools for Automated Data Analysis) Series +Title: Water Quality Portal Data Discovery and Cleaning: First R Shiny App in the TADA (Tools for Automated Data Analysis) Series Version: 0.0.0.9000 -Organization: U.S. Environmental Protection Agency -Authors@R: - c(person(given = "Cristina", - family = "Mullin", - role = c("aut", "cre"), - email = "mullin.cristina@epa.gov", - comment = c(ORCID = "0000-0002-0615-6087")), - person(given = "Trip", - family = "Hook", - role = "aut"), - person(given = "Elise", - family = "Hinman", - role = "aut"), - person(given = "Hillary", - family = "Marler", - role = "aut"), - person(given = "Shelly", - family = "Thawley", - role = "aut"), - person(given = "Hui", - family = "Zhou", - role = "aut")) +Authors@R: c( + person(given = "U.S. Environmental Protection Agency", role = "aut"), + person(given = "Cristina", + family = "Mullin", + role = c("aut", "cre"), + email = "mullin.cristina@epa.gov", + comment = c(ORCID = "0000-0002-0615-6087")), + person(given = "Trip", + family = "Hook", + role = "aut"), + person(given = "Elise", + family = "Hinman", + role = "aut"), + person(given = "Hillary", + family = "Marler", + role = "aut"), + person(given = "Shelly", + family = "Thawley", + role = "aut"), + person(given = "Hui", + family = "Zhou", + role = "aut") + ) Description: Assists data partners in retrieving, wrangling, quality checking, and harmonizing data from the Water Quality Portal for subsequent analyses. License: CC0 Copyright: This software is in the public domain because it contains materials @@ -76,4 +77,3 @@ URL: https://github.com/USEPA/TADAShiny BugReports: https://github.com/USEPA/TADAShiny/issues RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) -VignetteBuilder: knitr, rmarkdown