forked from rudeboybert/fivethirtyeight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 3.23 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
Package: fivethirtyeight
Title: Data and Code Behind the Stories and Interactives at 'FiveThirtyEight'
Description: Datasets and code published by the data journalism website
'FiveThirtyEight' available at <https://github.com/fivethirtyeight/data>.
Note that while we received guidance from editors at 'FiveThirtyEight', this
package is not officially published by 'FiveThirtyEight'.
Version: 0.6.2.9000
Authors@R: c(
person("Albert Y.", "Kim", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7824-306X")),
person("Chester", "Ismay", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-2820-2547")),
person("Jennifer", "Chunn", email = "[email protected]", role = "aut"),
person("Meredith", "Manley", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-7707-0654")),
person("Maggie", "Shea", email = "[email protected]", role = "ctb"),
person("Starry Yujia", "Zhou", email = "[email protected]", role = "ctb"),
person("Andrew", "Flowers", role = "ctb"),
person("Jonathan", "Bouchet", role = "ctb"),
person("G. Elliott", "Morris", role = "ctb"),
person("Adam", "Spannbauer", role = "ctb"),
person("Pradeep", "Adhokshaja", role = "ctb"),
person("Olivia", "Barrows", role = "ctb"),
person("Jojo", "Miller", role = "ctb"),
person("Jayla", "Nakayama", role = "ctb"),
person("Ben", "Baumer", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-3279-0516")),
person("Rana", "Gahwagy", role="ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-6331-2840")),
person("Natalia", "Iannucci", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-5663-1731")),
person("Marium", "Tapal", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-5093-6462")),
person("Irene", "Ryan", email = "[email protected]", role = "ctb"),
person("Alina", "Barylsky", email = "[email protected]", role = "ctb"),
person("Danica", "Miguel", email = "[email protected]", role = "ctb"),
person("Sunni", "Raleigh", email = "[email protected]", role = "ctb"),
person("Anna", "Ballou", email = "[email protected]", role = "ctb"),
person("Jane", "Bang", email = "[email protected]", role = "ctb"),
person("Jordan", "Moody", email = "[email protected]", role = "ctb"),
person("Kara", "Van Allen", email = "[email protected]", role = "ctb"),
person("Jessica", "Keast", email = "[email protected]", role = "ctb"),
person("Lizette", "Carpenter", email = "[email protected]", role = "ctb"),
person("Fatima", "Keita", email = "[email protected]", role = "ctb"))
Maintainer: Albert Y. Kim <[email protected]>
Depends:
R (>= 3.2.4)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/rudeboybert/fivethirtyeight
BugReports: https://github.com/rudeboybert/fivethirtyeight/issues
RoxygenNote: 7.1.1
Suggests:
ggplot2,
dplyr,
tidyr (>= 1.0.0),
readr,
tibble,
stringr,
broom,
knitr,
rmarkdown,
patchwork,
fivethirtyeightdata
Additional_repositories: https://fivethirtyeightdata.github.io/drat
VignetteBuilder: knitr