Added htmlAddBoxHelpLink function

This commit is contained in:
2026-01-26 10:28:49 +00:00
parent 40b8c8aa12
commit 49a8834cda
4 changed files with 99 additions and 2 deletions

View File

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