We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1176470 commit 1537b39Copy full SHA for 1537b39
R/attachDependency.R
@@ -9,7 +9,7 @@
9
10
attachDependency <- function(tag, widget = NULL) {
11
12
- version <- as.character(packageVersion("shinyWidgets")[[1]])
+ version <- as.character(packageVersion("shinyGovstyle")[[1]])
13
14
dep <- htmltools::htmlDependency(
15
name = "stylecss", version = version,
0 commit comments