|
9 | 9 | Caused by error: |
10 | 10 | ! System command 'quarto' failed |
11 | 11 |
|
| 12 | +# quarto_run report full quarto cli error message |
| 13 | + |
| 14 | + Code |
| 15 | + quarto_inspect() |
| 16 | + Condition |
| 17 | + Error in `quarto_inspect()`: |
| 18 | + x Error running quarto cli. |
| 19 | + ------------------------- |
| 20 | + ERROR: Book chapter 'intro.qmd' not found |
| 21 | + |
| 22 | + Stack trace: |
| 23 | + at throwInputNotFound (file:///<quarto full path>/quarto.js:100761:19) |
| 24 | + at findInputs (file:///<quarto full path>/quarto.js:100792:17) |
| 25 | + at eventLoopTick (ext:core/01_core.js:175:7) |
| 26 | + at async findChapters (file:///<quarto full path>/quarto.js:100804:13) |
| 27 | + at async bookRenderItems (file:///<quarto full path>/quarto.js:100807:5) |
| 28 | + at async Object.bookProjectConfig [as config] (file:///<quarto full path>/quarto.js:100712:25) |
| 29 | + at async projectContext (file:///<quarto full path>/quarto.js:82390:38) |
| 30 | + at async inspectConfig (file:///<quarto full path>/quarto.js:110378:21) |
| 31 | + at async Command.actionHandler (file:///<quarto full path>/quarto.js:110497:20) |
| 32 | + at async Command.execute (file:///<quarto full path>/quarto.js:8253:13) |
| 33 | + |
| 34 | + Caused by error: |
| 35 | + ! System command 'quarto.exe' failed |
| 36 | + |
12 | 37 | # is_using_quarto correctly check directory |
13 | 38 |
|
14 | 39 | Code |
|
60 | 85 | Code |
61 | 86 | quarto_binary_sitrep(debug = TRUE) |
62 | 87 | Message |
63 | | - v quarto R package will use '<quarto full path>' |
| 88 | + v quarto R package will use '<quarto full path>\quarto.exe' |
64 | 89 | i It is configured to use the latest version found in the PATH environment variable. |
65 | 90 | x RStudio IDE render button seems configured to use '<RSTUDIO_QUARTO path>'. |
66 | 91 | ! It is configured through `RSTUDIO_QUARTO` environment variable. |
|
72 | 97 | Code |
73 | 98 | quarto_binary_sitrep(debug = TRUE) |
74 | 99 | Message |
75 | | - v quarto R package will use '<quarto full path>' |
| 100 | + v quarto R package will use '<quarto full path>\quarto.exe' |
76 | 101 | i It is configured to use the latest version found in the PATH environment variable. |
77 | 102 | Output |
78 | 103 | [1] TRUE |
|
0 commit comments