-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.64 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: manydata
Title: A Portal for Global Governance Data
Version: 0.9.3
Date: 2024-05-06
Authors@R:
c(person(given = "James",
family = "Hollway",
role = c("cre", "aut", "ctb"),
email = "[email protected]",
comment = c("IHEID", ORCID = "0000-0002-8361-9647")),
person(given = "Henrique",
family = "Sposito",
role = "ctb",
comment = c("IHEID", ORCID = "0000-0003-3420-6085")),
person(given = "Bernhard",
family = "Bieri",
role = "ctb",
comment = c("IHEID", ORCID = "0000-0001-5943-9059")),
person(given = "Esther",
family = "Peev",
role = "ctb",
comment = c("IHEID", ORCID = "0000-0002-9678-2777")),
person(given = "Jael",
family = "Tan",
role = "ctb",
comment = c("IHEID", ORCID = "0000-0002-6234-9764")))
Description: This is the core package for the many packages universe.
It includes functions to help researchers work with and contribute to
event datasets on global governance.
License: CC BY 4.0
URL: https://github.com/globalgov/manydata, https://manydata.ch/
BugReports: https://github.com/globalgov/manydata/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
messydates (>= 0.4.1),
purrr,
stringr,
usethis,
jsonlite,
remotes,
httr,
ggplot2 (>= 3.4.0),
tidyr,
plyr,
zoo,
cli
Suggests:
testthat,
readr,
knitr,
rmarkdown,
ggVennDiagram,
manynet,
rlang
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1