UserFrosting API, Database, widgets and server code all added
This commit is contained in:
22
DESCRIPTION
22
DESCRIPTION
@@ -1,11 +1,23 @@
|
||||
Package: AVSDevR.UserFrosting
|
||||
Title: What the Package Does (One Line, Title Case)
|
||||
Version: 0.0.0.9000
|
||||
Title: AVSDev UserFrosting Integration For R
|
||||
Authors@R:
|
||||
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
|
||||
Description: What the package does (one paragraph).
|
||||
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
||||
license
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user