-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.83 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
Package: shinylive
Title: Run 'shiny' Applications in the Browser
Version: 0.3.0.9000
Authors@R: c(
person("Barret", "Schloerke", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9986-114X")),
person("Winston", "Chang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1576-2126")),
person("George", "Stagg", , "[email protected]", role = "aut"),
person("Garrick", "Aden-Buie", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7111-0077")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Exporting 'shiny' applications with 'shinylive' allows you to
run them entirely in a web browser, without the need for a separate R
server. The traditional way of deploying 'shiny' applications involves
in a separate server and client: the server runs R and 'shiny', and
clients connect via the web browser. When an application is deployed
with 'shinylive', R and 'shiny' run in the web browser (via 'webR'):
the browser is effectively both the client and server for the
application. This allows for your 'shiny' application exported by
'shinylive' to be hosted by a static web server.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/r-shinylive/,
https://github.com/posit-dev/r-shinylive
BugReports: https://github.com/posit-dev/r-shinylive/issues
Imports:
archive,
brio,
cli,
fs,
gh,
glue,
httr2 (>= 1.0.0),
jsonlite,
pkgdepends,
progress,
rappdirs,
renv,
rlang,
tools,
whisker,
withr
Suggests:
httpuv (>= 1.6.12),
pkgcache,
spelling,
testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2