output html_document error when rendering vanilla site
Closed this issue · 7 comments
aronatkins commented
aronatkins commented
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?
ginolhac commented
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.
github-actions commented
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.