-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
53 lines (53 loc) · 1.78 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
Type: Package
Package: meetupr
Title: Meetup R API
Version: 0.2.99.9002
Authors@R:
c(
person("Athanasia Mo", "Mowinckel", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5756-0223")),
person("Erin", "LeDell", role = c("aut"), email = "[email protected]"),
person("Olga", "Mierzwa-Sulima", role = "aut", email = "[email protected]"),
person("Lucy", "D'Agostino McGowan", role = "aut", email = "[email protected]"),
person("Claudia", "Vitolo", role = "aut"),
person("Gabriela", "De Queiroz", role = "ctb", email = "[email protected]"),
person("Michael", "Beigelmacher", role = "ctb"),
person("Augustina", "Ragwitz", role = "ctb", email = "[email protected]"),
person("Greg", "Sutcliffe", role = "ctb", email = "[email protected]"),
person("Rick", "Pack", role = "ctb", email = "[email protected]"),
person("Ben", "Ubah", role = "ctb", email = "[email protected]"),
person("Maëlle", "Salmon", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-2815-0399")),
person("Barret", "Schloerke", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0001-9986-114X"))
)
Description: Provides access to data from <https:www.meetup.com> (see
<https:www.meetup.com/meetup_api/> for more information).
License: MIT + file LICENSE
Depends:
R (>= 3.5)
Imports:
ratelimitr,
httr,
purrr,
gh,
progress,
rlang,
rappdirs,
glue,
dplyr,
rlist,
anytime,
ellipsis,
countrycode
Suggests:
sodium,
cyphr,
knitr,
rmarkdown,
testthat,
vcr,
covr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Config/testthat/edition: 3