Skip to content

Commit

Permalink
Merge tag 'v0.5.1'
Browse files Browse the repository at this point in the history
shinydashboard v0.5.1
  • Loading branch information
wch committed Sep 9, 2015
2 parents 42d7430 + d43477b commit 2286c18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinydashboard
Title: Create Dashboards with 'Shiny'
Version: 0.5.0.9001
Version: 0.5.1
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
person(family = "RStudio", role = "cph"),
Expand All @@ -14,5 +14,6 @@ Depends:
R (>= 3.0)
License: GPL-2 | file LICENSE
Imports:
utils,
shiny (>= 0.11.1),
htmltools (>= 0.2.6)
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
shinydashboard 0.5.0.9xxx
shinydashboard 0.5.1
--------------------------------------------------------------------------------

* Logout panels from Shiny Server Pro were previously not visible, but now they
Expand Down
2 changes: 1 addition & 1 deletion R/deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addDeps <- function(x) {
stylesheet = adminLTE_css
),
htmlDependency("shinydashboard",
as.character(packageVersion("shinydashboard")),
as.character(utils::packageVersion("shinydashboard")),
c(file = system.file(package = "shinydashboard")),
script = "shinydashboard.js",
stylesheet = "shinydashboard.css"
Expand Down

0 comments on commit 2286c18

Please sign in to comment.