Package with an initial set of functions added

NOTE: Not all tests have been written yet!
This commit is contained in:
2026-01-22 15:59:54 +00:00
parent c94ca1549a
commit 6d3843a92b
25 changed files with 711 additions and 4 deletions

View File

@@ -1,12 +1,22 @@
Package: AVSDevR.HTMLUtils
Title: Utility Functions For Modifying R Shiny HTML Elements
Title: Utility Functions For Modifying R HTML Elements
Version: 0.0.0.9000
Authors@R:
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
Description: Collection of utility functions for modifying HTML markup of Shiny
elements including adding/removing attributes or child tags, tweaking
default behaviour and accessibility styling.
Description: Collection of utility functions for modifying HTML markup of
Shiny, ShinyDashboard, etc HTML elements including adding/removing
attributes or child tags, tweaking default behaviour and accessibility
styling.
URL: https://git.avsdev.uk/R/AVSDevR.HTMLUtils
BugReports: https://git.avsdev.uk/R/AVSDevR.HTMLUtils/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
htmltools
Suggests:
shiny,
shinydashboard,
testthat (>= 3.0.0)
Config/testthat/edition: 3