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

[feature request] Shiny interface deployed from RMarkdown script #961

Closed
pablobernabeu opened this issue Sep 23, 2019 · 1 comment
Closed

Comments

@pablobernabeu
Copy link
Contributor

pablobernabeu commented Sep 23, 2019

Currently, running a Binder repo into the Shiny app interface (?urlpath=shiny) requires having a ui.R and a server.R script. I would like to make a feature request to enable a slightly different form of a Shiny app which is known as Flexdashboard.

A Flexdashboard is based on a single Rmarkdown (.rmd) script, which may have any name. In RStudio, the app is run through 'Run Document'. In the R console, it's run with rmarkdown::run('myfile.Rmd').

An example may be found in this repo, inside the 'Shiny-app' folder. Currently, the app can be run with the 'Run Document' button in RStudio, but not through the ?urlpath=shiny interface.

Thank you very much

@choldgraf
Copy link
Member

hey @pablobernabeu - thanks for the info, I think the fix for this would be in repo2docker, so I've opened up an issue with this issue in it here:

jupyterhub/repo2docker#799

want to take the conversation over there?

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

No branches or pull requests

2 participants