Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.