-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.64 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.7.0.9000
Authors@R: c(
person(given = "Toph",
family = "Allen",
role = c("aut", "cre"),
email = "toph@posit.co"),
person(given = "Neal",
family = "Richardson",
role = c("aut")),
person(given = "Sean",
family = "Lopp",
role = c("aut")),
person(given = "Cole",
family = "Arendt",
role = c("aut")),
person(given = "Posit, PBC",
role = c("cph", "fnd")))
Description: Provides a helpful 'R6' class and methods for interacting with
the 'Posit Connect' Server API along with some meaningful utility functions
for regular tasks. API documentation varies by 'Posit Connect' installation
and version, but the latest documentation is also hosted publicly at
<https://docs.posit.co/connect/api/>.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/connectapi/, https://github.com/posit-dev/connectapi
BugReports: https://github.com/posit-dev/connectapi/issues
Imports:
bit64,
fs,
glue,
httr,
mime,
jsonlite,
lifecycle,
magrittr,
purrr,
R6,
rlang (>= 0.4.2),
tibble,
uuid,
vctrs (>= 0.3.0),
base64enc
Suggests:
covr,
dbplyr,
dplyr,
ggplot2,
gridExtra,
httptest,
knitr,
lubridate,
progress,
rmarkdown,
rprojroot,
rsconnect,
spelling,
testthat,
webshot2,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3