Skip to content

Commit

Permalink
Merge bcbebbb into 66258c9
Browse files Browse the repository at this point in the history
  • Loading branch information
saranya-ag authored Mar 31, 2021
2 parents 66258c9 + bcbebbb commit 689abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generate_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ create_new_application <- function(name, location, sampleapp = FALSE, resetbutto
}
}

if (!(.g_sdp_installed)) {
if (!(.g_sdp_installed) && dashboard_plus) {
stop('shinyDashboardPlus is not currently installed -- it is required to generate an application with a right sidebar.')
}

Expand Down

0 comments on commit 689abb1

Please sign in to comment.