diff --git a/DESCRIPTION b/DESCRIPTION index 0a3a7df..cd8e7b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,13 +2,14 @@ Package: ucd.serg.github.io Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9000 Authors@R: - person("First", "Last", , "first.last@example.com", role = c("aut", "cre"), - comment = c(ORCID = "YOUR-ORCID-ID")) + c( + person("Kristen", "Aiemjoy", , "kaiemjoy@ucdavis.edu", role = "aut"), + person("Douglas Ezra", "Morrison", , "demorrison@ucdavis.edu", role = c("aut", "cre")) + ) Description: What the package does (one paragraph). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 Imports: bibtex, glue, @@ -23,3 +24,4 @@ Suggests: dplyr, spelling Language: en-US +Config/roxygen2/version: 8.0.0