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

saveWidget warning from pandoc #433

Closed
neuwirthe opened this issue Aug 9, 2022 · 3 comments
Closed

saveWidget warning from pandoc #433

neuwirthe opened this issue Aug 9, 2022 · 3 comments

Comments

@neuwirthe
Copy link

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 lines

pandoc_convert(input = input, from = "markdown", output = output, 
options = c("--self-contained", "--template", template))

so perhaps this needs to be adapted.

@tonymugen
Copy link

Saw that, too.

@neuwirthe
Copy link
Author

I created a branch taking care of the problem and submitted a pull request. The modified version is in the repo neuwirthe/htmlwidgets

@cderv cderv moved this from Todo to Backlog in R Markdown Team Projects Sep 20, 2022
@c-brendel
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants