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

inst/examples/shiny_example missing #67

Open
lianos opened this issue Feb 27, 2020 · 0 comments
Open

inst/examples/shiny_example missing #67

lianos opened this issue Feb 27, 2020 · 0 comments
Labels

Comments

@lianos
Copy link

lianos commented Feb 27, 2020

I was poking around the codebase to see if there was any guidance on how to respond to plotly hover, click, etc. events when using iheatmapr with shiny.

I landed on the ?iheatmapr_event man page, which alludes to having an exemplar shiny app in its Examples section:

## Not run: 
shiny::runApp(system.file("examples", "shiny_example", package = "iheatmapr"))
## End(Not run)

But it seems that the inst/examples/shiny_example was nuked, or never made its way into the repo.

I do see that there is some code to take inspiration from in the test_iheatmapr_event() function found in R/shiny_test.R.

I'm happy to provide a small PR to nuke the Examples section from the iheatmapr_event help page and perhaps put a @seealso test_iheatmapr_event, or put a reference to that function elsewhere.

Alternatively if the inst/examples/shiny_example directory existed in one of the dev's computers but just never got added to the repo, perhaps they can be dropped in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants