-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
85 lines (85 loc) · 2.37 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Type: Package
Package: epidatr
Title: Client for Delphi's 'Epidata' API
Version: 1.2.0
Authors@R: c(
person("Logan", "Brooks", , "[email protected]", role = "aut"),
person("Dmitry", "Shemetov", , "[email protected]", role = "aut"),
person("Samuel", "Gratzl", , "[email protected]", role = "aut"),
person("David", "Weber", , "[email protected]", role = c("ctb", "cre")),
person("Nat", "DeFries", role = "ctb"),
person("Alex", "Reinhart", role = "ctb"),
person("Daniel J.", "McDonald", role = "ctb"),
person("Kean Ming", "Tan", role = "ctb"),
person("Will", "Townes", role = "ctb"),
person("George", "Haff", role = "ctb"),
person("Kathryn", "Mazaitis", role = "ctb")
)
Description: The Delphi 'Epidata' API provides real-time access to
epidemiological surveillance data for influenza, 'COVID-19', and other
diseases for the USA at various geographical resolutions, both from
official government sources such as the Center for Disease Control
(CDC) and Google Trends and private partners such as Facebook and
Change 'Healthcare'. It is built and maintained by the Carnegie Mellon
University Delphi research group. To cite this API: David C. Farrow,
Logan C. Brooks, Aaron 'Rumack', Ryan J. 'Tibshirani', 'Roni'
'Rosenfeld' (2015). Delphi 'Epidata' API.
<https://github.com/cmu-delphi/delphi-epidata>.
License: MIT + file LICENSE
URL: https://cmu-delphi.github.io/epidatr/,
https://cmu-delphi.github.io/delphi-epidata/,
https://github.com/cmu-delphi/epidatr
BugReports: https://github.com/cmu-delphi/epidatr/issues
Depends:
R (>= 3.5.0)
Imports:
cachem,
checkmate,
cli,
glue,
httr,
jsonlite,
magrittr,
MMWRweek,
openssl,
purrr,
rappdirs,
readr,
tibble,
usethis,
xml2
Suggests:
dplyr,
ggplot2,
knitr,
mapproj,
maps,
rlang,
rmarkdown,
testthat (>= 3.1.5),
withr
VignetteBuilder:
knitr
Remotes:
cmu-delphi/delphidocs
Config/Needs/website: cmu-delphi/delphidocs
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'auth.R'
'avail_endpoints.R'
'cache.R'
'check.R'
'constants.R'
'covidcast.R'
'endpoints.R'
'epidatacall.R'
'epidatr-package.R'
'model.R'
'request.R'
'utils-pipe.R'
'utils.R'