ramnathv / htmlwidgets

HTML Widgets for R
http://htmlwidgets.org
Other
792 stars 205 forks source link

Pandoc 2.19 has deprecated --self-contained #452

Closed dmurdoch closed 1 year ago

dmurdoch commented 1 year ago

saveWidget() calls pandoc_self_contained_html() which calls Pandoc with the --self-contained option. However, Pandoc 2.19 has deprecated that option in favour of --embed-resources --standalone, and so it gives a warning. For example, see https://stackoverflow.com/questions/74379298/argument-selfcontained-deprecated-in-htmlwidgetssavewidget .

cpsievert commented 1 year ago

This has already been addressed via #443