Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview of changes
After #118 failed, I'm now going for the bigger change of creating a separate directory for the
run_example()
app, so I have a directory I can point shinyapps.io to for the deployment. Have been following the notes in a shinytest2 vignette. Hoping this approach should work...Relates to #110 but won't necessarily resolve it - I will need to check that after it goes into master.
run_example()
still runs the example app.PR Checklist
devtools::check()
Reviewer instructions
I copied the contents of run_example into an app.R file in it's own directory so nothing material should have change in the example app (aside from the note around where to find the code).
Main thing is to check that run_example() still opens an app for you, and that the package checks pass