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