24 lines
650 B
Plaintext
24 lines
650 B
Plaintext
Package: AVSDevR.UserFrosting
|
|
Version: 0.0.0.9000
|
|
Title: AVSDev UserFrosting Integration For R
|
|
Authors@R:
|
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
|
Description: AVSDevR.UserFrosting provides integration with UserFrosting v4
|
|
for R Shiny projects. Included methods allow for calling API's provided
|
|
by UF, fetching user details and wrapping a shiny app in a UF style
|
|
dashboard.
|
|
License: GPL (>= 3)
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.3
|
|
Imports:
|
|
dplyr,
|
|
httr,
|
|
R6,
|
|
rlang,
|
|
shiny
|
|
Suggests:
|
|
AVSDevR.DBClient,
|
|
AVSDevR.ShinyDisconnectHandler,
|
|
shinyjs
|