rstudio/rmarkdown

output html_document error when rendering vanilla site

Closed this issue · 7 comments

@yihui is already on this, but wanted an issue to cross-reference.

A vanilla site without any configuration YAML is experiencing the error:

> rmarkdown::render_site()
Error in config$output[["html_document"]] : subscript out of bounds

Looks like fallout from #1177

Given a _site.yml with only output: html_document, we now get the error:

> rmarkdown::render_site()
Error in config[["output"]][["html_document"]] : subscript out of bounds
yihui commented

😱

woali commented

I've got the same problem after updating R (3.4.2) and markdown v1.7

rmarkdown::render_site()
Error in config[["output"]][["html_document"]] : subscript out of bounds

Any solution?

fixed in rmarkdown v1.8 at least for me

yihui commented

Yes, please install v1.8 from CRAN.

woali commented

working, but install from Github. Thx.

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.