diff --git a/DESCRIPTION b/DESCRIPTION index 2ad5bd4c..91176a34 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,8 +6,14 @@ Authors@R: c( person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut", "cre")), person("Dmitry", "Shemetov", email = "dshemeto@andrew.cmu.edu", role = c("aut")), + person("Samuel", "Gratzl", email = "sam@sgratzl.com", role = c("aut")), person("David", "Weber", email = "davidweb@andrew.cmu.edu", role = c("ctb")), - person("Samuel", "Gratzl", email = "sam@sgratzl.com", role = c("aut")) + person("Alex", "Reinhart", role = c("ctb")), + person("Daniel", "McDonald", role = c("ctb")), + person("Kean Ming", "Tan", role = c("ctb")), + person("Will", "Townes", role = c("ctb")), + person("George", "Haff", role = c("ctb")), + person("Kathryn", "Mazaitis", role = c("ctb")) ) URL: https://cmu-delphi.github.io/epidatr/, https://github.com/cmu-delphi/epidatr BugReports: https://github.com/cmu-delphi/epidatr/issues diff --git a/NAMESPACE b/NAMESPACE index c5de13ff..7a4b5a8f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -68,6 +68,7 @@ importFrom(magrittr,"%>%") importFrom(readr,read_csv) importFrom(tibble,as_tibble) importFrom(tibble,tibble) +importFrom(utils,help.search) importFrom(xml2,read_html) importFrom(xml2,xml_find_all) importFrom(xml2,xml_text) diff --git a/R/avail_endpoints.R b/R/avail_endpoints.R index 12c8b882..a183967c 100644 --- a/R/avail_endpoints.R +++ b/R/avail_endpoints.R @@ -3,6 +3,7 @@ #' @return A [`tibble::tibble`] with 2 columns. `Endpoint` contains the function #' for accessing the Delphi Epidata API endpoint along with a `Description`. #' @export +#' @importFrom utils help.search #' #' @examples #' endps <- avail_endpoints() diff --git a/man/epidatr-package.Rd b/man/epidatr-package.Rd index 7069c2f1..28d4a660 100644 --- a/man/epidatr-package.Rd +++ b/man/epidatr-package.Rd @@ -29,6 +29,12 @@ Authors: Other contributors: \itemize{ \item David Weber \email{davidweb@andrew.cmu.edu} [contributor] + \item Alex Reinhart [contributor] + \item Daniel McDonald [contributor] + \item Kean Ming Tan [contributor] + \item Will Townes [contributor] + \item George Haff [contributor] + \item Kathryn Mazaitis [contributor] } }