-
Notifications
You must be signed in to change notification settings - Fork 83
/
DESCRIPTION
58 lines (58 loc) · 1.49 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
Type: Package
Package: rsconnect
Title: Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io', and 'RPubs'
Version: 1.3.3.9000
Authors@R: c(
person("Aron", "Atkins", , "[email protected]", role = c("aut", "cre")),
person("Toph", "Allen", role = "aut"),
person("Hadley", "Wickham", role = "aut"),
person("Jonathan", "McPherson", role = "aut"),
person("JJ", "Allaire", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Programmatic deployment interface for 'RPubs',
'shinyapps.io', and 'Posit Connect'. Supported content types include R
Markdown documents, Shiny applications, Plumber APIs, plots, and
static web content.
License: GPL-2
URL: https://rstudio.github.io/rsconnect/, https://github.com/rstudio/rsconnect
BugReports: https://github.com/rstudio/rsconnect/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
curl,
digest,
jsonlite,
lifecycle,
openssl (>= 2.0.0),
PKI,
packrat (>= 0.6),
renv (>= 1.0.0),
rlang (>= 1.0.0),
rstudioapi (>= 0.5),
tools,
yaml (>= 2.1.5)
Suggests:
Biobase,
BiocManager,
foreign,
knitr,
MASS,
plumber (>= 0.3.2),
quarto,
RCurl,
reticulate,
rmarkdown (>= 1.1),
shiny,
testthat (>= 3.1.9),
webfakes,
withr
VignetteBuilder:
knitr, rmarkdown
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1