Skip to content

Commit d43477b

Browse files
committed
Use explicit namespace for utils::packageVersion
1 parent 199fb0a commit d43477b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ Depends:
1414
R (>= 3.0)
1515
License: GPL-2 | file LICENSE
1616
Imports:
17+
utils,
1718
shiny (>= 0.11.1),
1819
htmltools (>= 0.2.6)

R/deps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ addDeps <- function(x) {
2626
stylesheet = adminLTE_css
2727
),
2828
htmlDependency("shinydashboard",
29-
as.character(packageVersion("shinydashboard")),
29+
as.character(utils::packageVersion("shinydashboard")),
3030
c(file = system.file(package = "shinydashboard")),
3131
script = "shinydashboard.js",
3232
stylesheet = "shinydashboard.css"

0 commit comments

Comments
 (0)