-
-
Notifications
You must be signed in to change notification settings - Fork 544
Fix broken R examples #387
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
Comments
I plan to get to a lot of these soon. |
Ye, I'll edit some of these as well. |
Let me know and I can help as well |
it would be beneficial if the code is using the single file format of app.R rather than the ui.R/server.R model |
Pushed changes for:
Edit: Checked all examples in the shiny gallery except for the UN and Finance one because of missing data/dependencies @royr2 could you check these if you get the chance? |
I think this can be closed. It's possible that I might've missed something, but in that case a new issue can be made and looked at on a case by case manner. |
@yankev +1 for closing (this massive issue) but can you open an issue for the shiny example w/ missing depends and link it like you did for the latex ex |
Some of our r pages are using old, backward-incompatible code -- here are some things to watch out for:
instead of
filename
is no longer an argument inplot_ly()
oradd_trace()
. It is only relevant forplotly_POST()
The text was updated successfully, but these errors were encountered: