-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDESCRIPTION
More file actions
99 lines (99 loc) · 2.17 KB
/
DESCRIPTION
File metadata and controls
99 lines (99 loc) · 2.17 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.11.0.9000
Authors@R: c(
person(given = "Kara",
family = "Woo",
role = c("aut", "cre"),
email = "kara.woo@posit.co"),
person(given = "Toph",
family = "Allen",
role = c("aut"),
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,
tidyr,
webshot2,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Collate:
'audits.R'
'browse.R'
'connect.R'
'connectapi-package.R'
'connectapi.R'
'content.R'
'deploy.R'
'get.R'
'git.R'
'groups.R'
'integrations.R'
'lazy.R'
'page.R'
'parse.R'
'promote.R'
'ptype.R'
'remote.R'
'runtime-caches.R'
'schedule.R'
'tags.R'
'utils.R'
'thumbnail.R'
'user.R'
'utils-pipe.R'
'variant.R'