-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.16 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
Package: rscloud
Title: Provides an R client to the rstudio.cloud REST APIs
Version: 0.0.0.9002
Authors@R:
c(person(given = "Tareef",
family = "Kawaf",
role = "aut",
email = "tareef@rstudio.com"),
person(given = "Mine",
family = "\u00C7etinkaya-Rundel",
email = "mine@rstudio.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6452-2420")),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: Provides an R client to the rstudio.cloud REST APIs to
facilitate the adding and removing of members to spaces.
License: MIT + file LICENSE
URL: https://github.com/rstudio/rscloud
BugReports: https://github.com/rstudio/rscloud/issues
Depends:
R (>= 3.3)
Imports:
dplyr,
glue,
httr,
jsonlite,
magrittr,
progress,
purrr,
R6,
rlang,
tibble,
tidyr (>= 1.0.0),
usethis
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vctrs,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1