forked from rladies/meetupr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
69 lines (69 loc) · 1.88 KB
/
Copy pathDESCRIPTION
File metadata and controls
69 lines (69 loc) · 1.88 KB
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
61
62
63
64
65
66
67
68
69
Type: Package
Package: meetupr
Title: Meetup R API
Version: 0.2.3
Authors@R:
c(person(given = "Erin",
family = "LeDell",
role = c("aut", "cre"),
email = "oss@ledell.org"),
person(given = "Olga",
family = "Mierzwa-Sulima",
role = "aut",
email = "olga@rladies.org"),
person(given = "Lucy",
family = "D'Agostino McGowan",
role = "aut",
email = "lucy@rladies.org"),
person(given = "Claudia",
family = "Vitolo",
role = "aut"),
person(given = "Gabriela",
family = "De Queiroz",
role = "ctb",
email = "gabriela@rladies.org"),
person(given = "Michael",
family = "Beigelmacher",
role = "ctb"),
person(given = "Augustina",
family = "Ragwitz",
role = "ctb",
email = "augustina.ragwitz@ibm.com"),
person(given = "Greg",
family = "Sutcliffe",
role = "ctb",
email = "github@emeraldverie.org"),
person(given = "Rick",
family = "Pack",
role = "ctb",
email = "rickeyhp@gmail.com"),
person(given = "Ben",
family = "Ubah",
role = "ctb",
email = "ubah.ben22@gmail.com"),
person(given = "Amanda",
family = "Dobbyn",
role = "ctb",
email = "amanda.e.dobbyn@gmail.com"))
Description: Provides access to data from 'meetup.com' (see
https://www.meetup.com/meetup_api/ for more information).
License: MIT + file LICENSE
Depends:
R (>= 3.3)
Imports:
dplyr,
httr,
magrittr,
purrr,
tibble,
tidyr,
withr
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1