23 lines
731 B
Plaintext
23 lines
731 B
Plaintext
Package: AVSDevR.HTMLUtils
|
|
Title: Utility Functions For Modifying R HTML Elements
|
|
Version: 0.0.1
|
|
Authors@R:
|
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
|
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
|