-
Notifications
You must be signed in to change notification settings - Fork 206
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
saveWidget warning from pandoc #433
Comments
Saw that, too. |
I created a branch taking care of the problem and submitted a pull request. The modified version is in the repo |
I also noticed this. Would be nice if they could merge your pull request! |
Repository owner
moved this from Backlog
to Done
in R Markdown Team Projects
Sep 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error message from saveWidget:
[WARNING] Deprecated: --self-contained. use --embed-resources --standalone
The latest version of pandoc 2.19 seems do deprecate option
--self-contained
It is called in
htmlwidgets:::pandoc_self_contained_html
in the linesso perhaps this needs to be adapted.
The text was updated successfully, but these errors were encountered: