UserFrosting API, Database, widgets and server code all added

This commit is contained in:
2026-02-03 13:01:07 +00:00
parent ff52d48095
commit 771ea0b5f5
24 changed files with 1579 additions and 5 deletions

View File

@@ -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