I love Quarto. Use it to make my Jupyter Notebooks look as good as my RMarkdown files. BUT, I cannot get it to work in RStudio my primary IDE running Windows 11.
The error is upon rendering a blog is:
Access is denied. (os error 5), ....cliffblog\index_files
index_files is read only and even as Admin, I cannot change permissions.
Creating and rendering a new Quarto file works fine. It is the creation of the blog index_files that is the problem.
Also, there is no Quarto tab option in Tools-->Global Options-->R Markdown.
What I have done:
- uninstalled Quarto and RStudio rebooting each time. Then I have -
- Installed only RStudio current release (2022.07.2)
- No change, same problems
- Installed current releases of Quarto then installed RStudio
- No change, same problems
And yes, I ran RStudio as an Adminstrator.
Quarto is installed and works, just not in RStudio.
quarto --version
1.1.189
When I installed Quarto before installing RStudio, I used Quarto version 1.3.47
The code is super simple:
---
title: "Cliff's Document Repository"
listing:
contents: posts
sort: "date desc"
type: default
categories: true
sort-ui: false
filter-ui: false
page-layout: full
title-block-banner: true
---
This is a Quarto Blog site that hosts a number of documents that demonstrate R and Python projects.
I am desperate to use Quarto in RStudio but there is little information on the web to help. Hoping someone here can get me going in the right direction. After many years of using RStudio nearly every day, this is the first time I have been stumped.
Thanks!