-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 957 Bytes
/
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
Package: spsComps
Title: 'systemPipeShiny' UI and Server Components
Version: 0.3.3.99
Date: 2023-10-06
Authors@R: c(person(given = "Le", family = "Zhang", role = c("aut", "cre"), email = "[email protected]"))
Description: The systemPipeShiny (SPS) framework comes with many UI and server components. However, installing the whole framework is heavy and takes some time. If you would like to use UI and server components from SPS in your own Shiny apps, do not hesitate to try this package.
Depends:
R (>= 4.0.0),
shiny (>= 1.5.0)
Imports:
assertthat,
stringr,
glue (>= 1.4.0),
magrittr,
shinytoastr,
shinyAce,
htmltools,
utils,
R6,
crayon
Suggests:
testthat,
shinyjqui,
spsUtil (>= 0.2.0)
License: GPL (>= 3)
Encoding: UTF-8
BugReports: https://github.com/lz100/spsComps/issues
URL: https://github.com/lz100/spsComps
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3