I have installed Quarto, as per Getting started and then attempted to render the example given in Quarto - Tutorial: Hello, Quarto. The resulting dialogue (see below) suggests that the rendering sort-of works, and certainly pandoc is found, but the last error message indicates no lua filters:
Error running filter C:/PROGRA~1/Quarto/share/filters/rmarkdown/pagebreak.lua:
cannot open C:/PROGRA~1/Quarto/share/filters/rmarkdown/pagebreak.lua: No such file or directory
The above error message is reasonable, since there is no rmarkdown folder within C:/PROGRA~1/Quarto/share/filters, as seen below:
Do I need to install something additional to make the render work?
Thanks for any help.
Stephen
Full dialogue given below:
output file: penguins.knit.md
Warning message:
Removed 2 rows containing missing values (geom_point).
pandoc
to: html
output-file: penguins.html
standalone: true
section-divs: true
html-math-method: mathjax
wrap: none
default-image-extension: png
filters:
- crossref
metadata
document-css: false
link-citations: true
date-format: long
lang: en
title: 'Penguins, meet Quarto!'
editor: visual
Error running filter C:/PROGRA~1/Quarto/share/filters/rmarkdown/pagebreak.lua:
cannot open C:/PROGRA~1/Quarto/share/filters/rmarkdown/pagebreak.lua: No such file or directory