Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the basic vignette. #41

Merged
merged 3 commits into from
Jan 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Can't library because the package doesn't exist as a package.
jonthegeek committed Jan 3, 2023
commit 6446b92ebaaea959dadf51273e62378d6120c765
9 changes: 7 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
@@ -5,9 +5,14 @@
# doesn't seem to work. See ?shiny::loadSupport
options(shiny.autoload.r = FALSE)

# This is the app created in the scenes.Rmd vignette.
pkgload::load_all(
export_all = FALSE,
helpers = FALSE,
attach_testthat = FALSE,
quiet = TRUE
)

library(scenes)
# This is the app created in the scenes.Rmd vignette.

# ui1 loads if none of the requirements are met.
ui1 <- shiny::tagList(