-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathDESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.02 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
Package: tinyshinyserver
Type: Package
Title: Tiny 'shiny' Server - Lightweight Multi-App 'shiny' Proxy
Version: 0.1.0
Authors@R: c(
person(given = "Lars", family = "Bernhardsson", role = c("aut", "cre"), email = "cran.sherry228@passinbox.com")
)
Description: A lightweight, 'WebSocket'-enabled proxy server for hosting multiple
'shiny' applications with automatic health monitoring, session management,
and resource cleanup. Provides a simple entry point to run the server using
a JSON configuration file.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0)
Imports:
methods,
shiny,
callr,
jsonlite,
later,
httr,
digest,
httpuv,
websocket,
future,
logger,
openssl,
rmarkdown,
quarto
Suggests:
testthat (>= 3.0.0),
roxygen2,
devtools,
DT,
dplyr,
flexdashboard,
plotly
Config/testthat/edition: 3
URL: https://github.com/lab1702/tinyshinyserver
BugReports: https://github.com/lab1702/tinyshinyserver/issues
RoxygenNote: 7.3.3