19 lines
510 B
Plaintext
19 lines
510 B
Plaintext
Package: AVSDevR.ShinyApplication
|
|
Title: Shiny Application Wrapper
|
|
Version: 1.0.1
|
|
Authors@R:
|
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
|
Description: Wraps a shiny application with some helper scripts, including
|
|
database session logging and UserFrosting dashboard/frame layouts.
|
|
License: GPL (>= 3)
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.3
|
|
Imports:
|
|
R6,
|
|
rlang,
|
|
shiny
|
|
Suggests:
|
|
AVSDevR.DBClient,
|
|
AVSDevR.ShinyDisconnectHandler
|