I have the latext rstudio installed and I try to run my first quarto file. However, I get this message with error when I hit render:
pandoc
to: html
output-file: try.html
standalone: true
section-divs: true
html-math-method: mathjax
wrap: none
default-image-extension: png
metadata
document-css: false
link-citations: true
date-format: long
lang: en
title: try
editor: visual
Error running filter C:/R/RStudio/bin/quarto/share/filters/quarto-finalize/quarto-finalize.lua:
[string "..."]:266: cannot open file 'C:\Users?????\AppData\Local\Temp\quarto-session12cd9395\d767457b\0224a5ed' (Invalid argument)
stack traceback:
[string "..."]:266: in function 'io.lines'
[string "..."]:1440: in field 'processDependencies'
...quarto/share/filters/quarto-finalize/quarto-finalize.lua:37: in function <...quarto/share/filters/quarto-finalize/quarto-finalize.lua:34>
I checked online and really dont know what to do with this. Could anyone help me to see what is going on here? Thanks a loooot!