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

Cannot run Flexdashboard via Rmd document #27

Closed
ghost opened this issue Oct 25, 2017 · 1 comment
Closed

Cannot run Flexdashboard via Rmd document #27

ghost opened this issue Oct 25, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 25, 2017

I'm attempting to load this flexdashboard application

But whenever I connect to the shinyproxy server to load the application, I get the following error

Status code: 500 Message: Cannot proceed: waiting for proxy to launch

Followed by a large Stack Trace output (I can post if needed). Does shinyproxy not support launching applications written in Rmarkdown documents or am I doing something wrong?

@ghost
Copy link
Author

ghost commented Oct 25, 2017

Never-mind, figured it out. Got it working by changing the docker-cmd in my application.yml to

docker-cmd: ["R", "-e rmarkdown::run('/path/to/file.Rmd')"]

Closing now.

@ghost ghost closed this as completed Oct 25, 2017
This issue was closed.
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

0 participants