Skip to content

Commit aaca479

Browse files
committed
add template pkg to description, clean with usethis::use_tidy_description()
1 parent 220f671 commit aaca479

File tree

1 file changed

+43
-28
lines changed

1 file changed

+43
-28
lines changed

DESCRIPTION

Lines changed: 43 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,74 @@
1-
Package: epidatr
21
Type: Package
2+
Package: epidatr
33
Title: Client for Delphi's 'Epidata' API
44
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")
1817
)
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>.
2328
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)
2735
Imports:
2836
cachem,
2937
checkmate,
3038
cli,
31-
httr,
3239
glue,
40+
httr,
3341
jsonlite,
3442
magrittr,
3543
MMWRweek,
36-
purrr,
3744
openssl,
45+
purrr,
3846
rappdirs,
3947
readr,
4048
tibble,
4149
usethis,
4250
xml2
43-
RoxygenNote: 7.3.1
4451
Suggests:
4552
dplyr,
4653
ggplot2,
4754
knitr,
48-
maps,
4955
mapproj,
50-
rmarkdown,
56+
maps,
5157
rlang,
58+
rmarkdown,
5259
testthat (>= 3.1.5),
5360
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
5666
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
5772
Collate:
5873
'auth.R'
5974
'avail_endpoints.R'

0 commit comments

Comments
 (0)