Skip to content

Commit 139d5f7

Browse files
authored
add new quarto check output, julia guidance (#1403)
1 parent a3d12da commit 139d5f7

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/troubleshooting/index.qmd

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ but this page might help you get up and running quickly.
1313
You can check the version of Quarto and its dependencies by running `quarto check`. Here's an example of the output it generates:
1414

1515
```
16-
Quarto 1.5.42
16+
Quarto 1.6.30
17+
[✓] Checking environment information...
18+
Quarto cache location: /Users/cscheid/Library/Caches/quarto
1719
[✓] Checking versions of quarto binary dependencies...
18-
Pandoc version 3.2.0: OK
20+
Pandoc version 3.4.0: OK
1921
Dart Sass version 1.70.0: OK
20-
Deno version 1.41.0: OK
22+
Deno version 1.46.3: OK
2123
Typst version 0.11.0: OK
2224
[✓] Checking versions of quarto dependencies......OK
2325
[✓] Checking Quarto installation......OK
24-
Version: 1.5.42
25-
Path: /Applications/quarto/bin
26+
Version: 1.6.30
27+
Path: /Users/cscheid/repos/github/cscheid/quarto-regress/releases/v1.6.30/binQuarto 1.5.42
2628
2729
[✓] Checking tools....................OK
2830
TinyTeX: v2024.03.13
@@ -154,7 +156,7 @@ issues with rendering to PDF, make sure you have an up-to-date installation of `
154156

155157
One common source of tricky problems is the presence of multiple installations of R and Python in a system. Quarto will attempt to find an R or Python installation, and sometimes your shell environment is pointing to a different one.
156158

157-
### knitr
159+
### `knitr`
158160

159161
If you suspect that quarto is finding the wrong version of an R installation, you can obtain information about the R installation that Quarto sees by running the following .qmd file:
160162

@@ -182,6 +184,11 @@ can ask for a difference between the outputs more directly:
182184
sessioninfo:::session_diff(new = "quarto-session-info-output.txt")
183185
```
184186

187+
### `julia`
188+
189+
One potential source of trouble in Julia execution and installationwith both the `jupyter` and `julia` engines are stale library versions in caches.
190+
In those situations, consider removing the contents of the directory described under `Quarto cache location` in `quarto check`.
191+
185192
## Advanced
186193

187194
### Debugging Jupyter engine issues

0 commit comments

Comments
 (0)