diff --git a/DESCRIPTION b/DESCRIPTION index c24985e..6749580 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,21 +2,17 @@ Package: nmfspalette Title: A Color Palette for NOAA Fisheries Version: 0.0.0.9000 Authors@R: - person(given = "Christine", - family = "Stawitz", - role = c("aut", "cre"), - email = "christine.stawitz@noaa.gov") -Description: This is a package that implements a color palette in line with the NOAA Fisheries Branding Guide. + person("Christine", "Stawitz", , "christine.stawitz@noaa.gov", role = c("aut", "cre")) +Description: This is a package that implements a color palette in line + with the NOAA Fisheries Branding Guide. License: GPL-3 | file LICENSE +Imports: + ggplot2 +Suggests: + dplyr, + testthat +Config/Needs/website:rsconnect, xaringan Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -Imports: - ggplot2 -Suggests: - testthat, - dplyr -Config/Needs/website: - rsconnect, - xaringan