https://github.com/cwickham/book-freeze
https://github.com/cwickham/book-freeze
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwickham/book-freeze
- Owner: cwickham
- Created: 2024-02-22T23:30:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T23:33:04.000Z (over 2 years ago)
- Last Synced: 2025-06-10T11:47:53.949Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rendering from project root fails:
```
/book-freeze $ quarto render notebooks/r.qmd
Error in rmarkdown:::abs_path(input) :
The file 'notebooks/r.qmd' does not exist.
Calls: .main -> execute -> setwd -> dirname ->
Execution halted
ERROR: Error
at renderFiles (file:///Users/wickhamc/Documents/posit/quarto-cli/src/command/render/render-files.ts:354:23)
at eventLoopTick (ext:core/01_core.js:183:11)
at async render (file:///Users/wickhamc/Documents/posit/quarto-cli/src/command/render/render-shared.ts:102:18)
at async Command.fn (file:///Users/wickhamc/Documents/posit/quarto-cli/src/command/render/cmd.ts:248:26)
at async Command.execute (file:///Users/wickhamc/Documents/posit/quarto-cli/src/vendor/deno.land/x/cliffy@v0.25.4/command/command.ts:1790:7)
at async quarto (file:///Users/wickhamc/Documents/posit/quarto-cli/src/quarto.ts:149:3)
at async file:///Users/wickhamc/Documents/posit/quarto-cli/src/quarto.ts:163:5
at async mainRunner (file:///Users/wickhamc/Documents/posit/quarto-cli/src/core/main.ts:35:5)
at async file:///Users/wickhamc/Documents/posit/quarto-cli/src/quarto.ts:153:3
```
Rendering from `notebooks/` works fine:
```
book-freeze/notebooks $ quarto render r.qmd
processing file: r.qmd
1/3
2/3 [r-code]
3/3
output file: r.knit.md
pandoc
to: html
output-file: r.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: R
Output created: r.html
```