Skip to content

Commit 1744d1b

Browse files
authored
Merge pull request #165 from cmu-delphi/ds/contributors
pkg: update CONTRIBUTORS
2 parents 1b630b2 + 32c4c0d commit 1744d1b

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

DESCRIPTION

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ Authors@R:
66
c(
77
person("Logan", "Brooks", email = "[email protected]", role = c("aut", "cre")),
88
person("Dmitry", "Shemetov", email = "[email protected]", role = c("aut")),
9+
person("Samuel", "Gratzl", email = "[email protected]", role = c("aut")),
910
person("David", "Weber", email = "[email protected]", role = c("ctb")),
10-
person("Samuel", "Gratzl", email = "[email protected]", role = c("aut"))
11+
person("Alex", "Reinhart", role = c("ctb")),
12+
person("Daniel", "McDonald", role = c("ctb")),
13+
person("Kean Ming", "Tan", role = c("ctb")),
14+
person("Will", "Townes", role = c("ctb")),
15+
person("George", "Haff", role = c("ctb")),
16+
person("Kathryn", "Mazaitis", role = c("ctb"))
1117
)
1218
URL: https://cmu-delphi.github.io/epidatr/, https://github.com/cmu-delphi/epidatr
1319
BugReports: https://github.com/cmu-delphi/epidatr/issues

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ importFrom(magrittr,"%>%")
6868
importFrom(readr,read_csv)
6969
importFrom(tibble,as_tibble)
7070
importFrom(tibble,tibble)
71+
importFrom(utils,help.search)
7172
importFrom(xml2,read_html)
7273
importFrom(xml2,xml_find_all)
7374
importFrom(xml2,xml_text)

R/avail_endpoints.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#' @return A [`tibble::tibble`] with 2 columns. `Endpoint` contains the function
44
#' for accessing the Delphi Epidata API endpoint along with a `Description`.
55
#' @export
6+
#' @importFrom utils help.search
67
#'
78
#' @examples
89
#' endps <- avail_endpoints()

man/epidatr-package.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)