We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199fb0a commit d43477bCopy full SHA for d43477b
DESCRIPTION
@@ -14,5 +14,6 @@ Depends:
14
R (>= 3.0)
15
License: GPL-2 | file LICENSE
16
Imports:
17
+ utils,
18
shiny (>= 0.11.1),
19
htmltools (>= 0.2.6)
R/deps.R
@@ -26,7 +26,7 @@ addDeps <- function(x) {
26
stylesheet = adminLTE_css
27
),
28
htmlDependency("shinydashboard",
29
- as.character(packageVersion("shinydashboard")),
+ as.character(utils::packageVersion("shinydashboard")),
30
c(file = system.file(package = "shinydashboard")),
31
script = "shinydashboard.js",
32
stylesheet = "shinydashboard.css"
0 commit comments