forked from rladies/meetupr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1016 Bytes
/
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
Package: meetupr
Type: Package
Title: Meetup R API
Version: 0.1.1
Date: 2018-02-18
Authors@R: c(person("Gabriela", "De Queiroz", email = "gabriela@rladies.org", role = c("aut")),
person("Erin", "LeDell", email = "oss@ledell.org", role = c("aut", "cre")),
person("Olga", "Mierzwa-Sulima", email = "olga@rladies.org", role = c("aut")),
person("Lucy", "D'Agostino McGowan", email = "lucy@rladies.org", role = c("aut")),
person("Claudia", "Vitolo", role = c("aut")),
person("Michael", "Beigelmacher", role = c("ctb")),
person("Augustina", "Ragwitz", email="augustina.ragwitz@ibm.com", role = c("ctb")))
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:
httr,
purrr,
tibble
RoxygenNote: 6.0.1
Suggests: testthat,
here,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr