Skip to content

Commit 5403887

Browse files
committed
remove a suggested package causing Travis to fail
1 parent f2a2c7a commit 5403887

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description: Extend shinydashboard with adminLTE2 components.
1111
Still work in progress, stay connected!
1212
License: GPL-3
1313
Imports: shiny, shinydashboard, htmltools
14-
Suggests: styler, shinyAce, shinyWidgets, shinyjqui, dashboardthemes
14+
Suggests: styler, shinyAce, shinyWidgets, shinyjqui
1515
URL: https://github.com/DivadNojnarg/shinydashboardPlus
1616
BugReports: https://github.com/DivadNojnarg/shinydashboardPlus/issues
1717
Encoding: UTF-8

R/shinydashboardPlusGallery.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ shinydashboardPlusGallery <- function() { # nocov start
2323
message("Package 'shinyWidgets' is required to run this function")
2424
if (!requireNamespace(package = "shinyjqui"))
2525
message("Package 'shinyjqui' is required to run this function")
26-
if (!requireNamespace(package = "dashboardthemes"))
27-
message("Package 'dashboardthemes' is required to run this function")
2826

2927
shiny::shinyAppFile(system.file('examples/app.R', package = 'shinydashboardPlus', mustWork = TRUE))
3028
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# shinydashboardPlus
2-
extensions for shinydashboard.
2+
> extensions for shinydashboard
3+
4+
[![Build Status](https://travis-ci.org/DivadNojnarg/shinydashboardPlus.svg?branch=master)](https://travis-ci.org/DivadNojnarg/shinydashboardPlus)
35

46
## Installation
57

inst/examples/app.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ library(shinydashboardPlus)
55
library(shinyAce)
66
library(styler)
77
library(shinyWidgets)
8-
library(dashboardthemes)
98

109
shinyApp(
1110
ui = dashboardPagePlus(
@@ -72,8 +71,6 @@ shinyApp(
7271
),
7372
dashboardBody(
7473

75-
#shinyDashboardThemes("grey_light"),
76-
7774
shiny::tags$head(
7875
# shiny::includeCSS(
7976
# system.file("css", "qtcreator_dark.css", package = "shinydashboardPlus")

0 commit comments

Comments
 (0)