Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 28 additions & 78 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,53 +137,39 @@ The following outputs show the `quarto check` results from the latest builds of
<summary>Release Image</summary>

<!-- QUARTO_CHECK_RELEASE_START -->

```txt
Quarto 1.9.37

[✓] Checking environment information...
[✓] Checking environment information...
Quarto cache location: /home/vscode/.cache/quarto

[✓] Checking versions of quarto binary dependencies...
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.8.3: OK
Dart Sass version 1.87.0: OK
Deno version 2.4.5: OK
Typst version 0.14.2: OK

[✓] Checking versions of quarto dependencies......OK

[✓] Checking Quarto installation......OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.9.37
Path: /opt/quarto/bin


(|) Checking tools....................
[✓] Checking tools....................OK
(|) Checking tools....................[✓] Checking tools....................OK
TinyTeX: (external install)
Chromium: (not installed)
Chrome Headless Shell: (not installed)
VeraPDF: (not installed)


(|) Checking LaTeX....................
[✓] Checking LaTeX....................OK
(|) Checking LaTeX....................[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /usr/local/bin
Version: 2026


[✓] Checking Chrome Headless....................OK
[✓] Checking Chrome Headless....................OK
Using: Chrome found on system
Path: /usr/bin/google-chrome
Source: PATH

(|) Checking basic markdown render....[✓] Checking basic markdown render....OK

(|) Checking basic markdown render....
[✓] Checking basic markdown render....OK


(|) Checking R installation...........
[✓] Checking R installation...........OK
(|) Checking R installation...........[✓] Checking R installation...........OK
Version: 4.6.0
Path: /opt/R/4.6.0/lib/R
LibPaths:
Expand All @@ -192,33 +178,22 @@ Quarto 1.9.37
knitr: 1.51
rmarkdown: 2.31

(|) Checking Knitr engine render......[✓] Checking Knitr engine render......OK

(|) Checking Knitr engine render......
[✓] Checking Knitr engine render......OK


(|) Checking Python 3 installation....
[✓] Checking Python 3 installation....OK
(|) Checking Python 3 installation....[✓] Checking Python 3 installation....OK
Version: 3.13.9
Path: /usr/local/python/current/bin/python3
Jupyter: 5.9.1
Kernels: julia-1.12, python3

(|) Checking Jupyter engine render....[✓] Checking Jupyter engine render....OK

(|) Checking Jupyter engine render....
[✓] Checking Jupyter engine render....OK


(|) Checking Julia installation...
[✓] Checking Julia installation...
(|) Checking Julia installation...[✓] Checking Julia installation...
```

<!-- QUARTO_CHECK_RELEASE_END -->

<!-- QUARTO_CHECK_RELEASE_BUILD_URL_START -->

[View build log](https://github.com/mcanouil/quarto-codespaces/actions/runs/24967728529)

[View build log](https://github.com/mcanouil/quarto-codespaces/actions/runs/25167167643)
<!-- QUARTO_CHECK_RELEASE_BUILD_URL_END -->

</details>
Expand All @@ -227,52 +202,38 @@ Quarto 1.9.37
<summary>Prerelease Image</summary>

<!-- QUARTO_CHECK_PRERELEASE_START -->

```txt
Quarto 1.10.3

[✓] Checking environment information...
[✓] Checking environment information...
Quarto cache location: /home/vscode/.cache/quarto

[✓] Checking versions of quarto binary dependencies...
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.8.3: OK
Dart Sass version 1.87.0: OK
Deno version 2.4.5: OK
Typst version 0.14.2: OK

[✓] Checking versions of quarto dependencies......OK

[✓] Checking Quarto installation......OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.10.3
Path: /opt/quarto/bin


(|) Checking tools....................
[✓] Checking tools....................OK
(|) Checking tools....................[✓] Checking tools....................OK
TinyTeX: (external install)
Chrome Headless Shell: (not installed)
VeraPDF: (not installed)


(|) Checking LaTeX....................
[✓] Checking LaTeX....................OK
(|) Checking LaTeX....................[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /usr/local/bin
Version: 2026


[✓] Checking Chrome Headless....................OK
[✓] Checking Chrome Headless....................OK
Using: Chrome found on system
Path: /usr/bin/google-chrome
Source: PATH

(|) Checking basic markdown render....[✓] Checking basic markdown render....OK

(|) Checking basic markdown render....
[✓] Checking basic markdown render....OK


(|) Checking R installation...........
[✓] Checking R installation...........OK
(|) Checking R installation...........[✓] Checking R installation...........OK
Version: 4.6.0
Path: /opt/R/4.6.0/lib/R
LibPaths:
Expand All @@ -281,33 +242,22 @@ Quarto 1.10.3
knitr: 1.51
rmarkdown: 2.31

(|) Checking Knitr engine render......[✓] Checking Knitr engine render......OK

(|) Checking Knitr engine render......
[✓] Checking Knitr engine render......OK


(|) Checking Python 3 installation....
[✓] Checking Python 3 installation....OK
(|) Checking Python 3 installation....[✓] Checking Python 3 installation....OK
Version: 3.13.9
Path: /usr/local/python/current/bin/python3
Jupyter: 5.9.1
Kernels: julia-1.12, python3

(|) Checking Jupyter engine render....[✓] Checking Jupyter engine render....OK

(|) Checking Jupyter engine render....
[✓] Checking Jupyter engine render....OK


(|) Checking Julia installation...
[✓] Checking Julia installation...
(|) Checking Julia installation...[✓] Checking Julia installation...
```

<!-- QUARTO_CHECK_PRERELEASE_END -->

<!-- QUARTO_CHECK_PRERELEASE_BUILD_URL_START -->

[View build log](https://github.com/mcanouil/quarto-codespaces/actions/runs/24967728529)

[View build log](https://github.com/mcanouil/quarto-codespaces/actions/runs/25167167643)
<!-- QUARTO_CHECK_PRERELEASE_BUILD_URL_END -->

</details>
Expand Down
Loading