Added htmlAddBoxHelpLink function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package: AVSDevR.HTMLUtils
|
||||
Title: Utility Functions For Modifying R HTML Elements
|
||||
Version: 0.0.1
|
||||
Version: 0.0.1.9000
|
||||
Authors@R:
|
||||
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
||||
Description: Collection of utility functions for modifying HTML markup of
|
||||
@@ -14,9 +14,11 @@ Encoding: UTF-8
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.3.3
|
||||
Imports:
|
||||
htmltools
|
||||
htmltools,
|
||||
rlang
|
||||
Suggests:
|
||||
shiny,
|
||||
shinydashboard,
|
||||
slugify,
|
||||
testthat (>= 3.0.0)
|
||||
Config/testthat/edition: 3
|
||||
|
||||
Reference in New Issue
Block a user