Package with an initial set of functions added
NOTE: Not all tests have been written yet!
This commit is contained in:
18
DESCRIPTION
18
DESCRIPTION
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user