-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 907 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
28
29
30
Package: googleGroupR
Title: An R Wrapper for Google Groups Management using the AdminSDK
Version: 0.0.2.9000
Authors@R: c(
person(given = "David", family = "Mayer", role = c("aut", "cre"), email = "[email protected]"),
person(given = "The Wiley Lab", role = c("cph", "fnd"))
)
Description: This package makes it easy to interact with Google Groups through R. Create/remove groups, add and remove group members, and more!
License: MIT + file LICENSE
URL: https://googlegroupr.thewileylab.org/, https://github.com/thewileylab/googleGroupR
BugReports: https://github.com/thewileylab/googleGroupR/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 3.5.0)
Imports:
dplyr,
glue,
httr,
jsonlite,
magrittr,
purrr,
rlang,
tibble
Suggests:
sodium,
spelling
Language: en-US