-
-
Notifications
You must be signed in to change notification settings - Fork 980
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
R Markdown Websites no longer work with non html_document
formats
#1328
Milestone
Comments
jjallaire
added a commit
that referenced
this issue
Apr 27, 2018
jjallaire
added a commit
that referenced
this issue
Apr 27, 2018
* don't force the use of html_document with render_site fixes #1328 * move output_options to correct call * strip unsupported options passed in the output_options argument of render * update NEWS
yihui
pushed a commit
that referenced
this issue
May 2, 2018
* Add custom-made spinner replacement .gif Fix #1328 * Replace loading .gif with smaller version * Replace `rmd_loader.gif` with optimized version * Modify text under loading spinner * Modify placement of text in loading screen
yihui
pushed a commit
to RLesur/rmarkdown
that referenced
this issue
Apr 1, 2019
* don't force the use of html_document with render_site fixes rstudio#1328 * move output_options to correct call * strip unsupported options passed in the output_options argument of render * update NEWS
yihui
pushed a commit
to RLesur/rmarkdown
that referenced
this issue
Apr 1, 2019
* Add custom-made spinner replacement .gif Fix rstudio#1328 * Replace loading .gif with smaller version * Replace `rmd_loader.gif` with optimized version * Modify text under loading spinner * Modify placement of text in loading screen
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
R Markdown Websites were originally designed to work with any HTML based format (so long as it supports the site_libs and self_contained options). However, a recent change intended to address this issue (#793) has broken this:
#1177
So now the feature which originally supported any HTML based format can only work with html_document.
The original issue #793 is certainly also a legitimate use case (rendering PDFs alongside HTML documents) but this particular fix is too drastic, so I think should be reverted in preference to another fix (PR to follow with the revert, I'm not at all sure what the alternate fix should be, perhaps instantiating the output format and checking it's formals before forwarding on those parameters?).
The text was updated successfully, but these errors were encountered: