Skip to content

Commit

Permalink
pkg: update CONTRIBUTORS
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Sep 1, 2023
1 parent 1b630b2 commit 32c4c0d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ Authors@R:
c(
person("Logan", "Brooks", email = "[email protected]", role = c("aut", "cre")),
person("Dmitry", "Shemetov", email = "[email protected]", role = c("aut")),
person("Samuel", "Gratzl", email = "[email protected]", role = c("aut")),
person("David", "Weber", email = "[email protected]", role = c("ctb")),
person("Samuel", "Gratzl", email = "[email protected]", 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
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions R/avail_endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 6 additions & 0 deletions man/epidatr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32c4c0d

Please sign in to comment.