Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion workbench/2025.09/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,15 @@ file:
contents:
- "RSPM=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
- "CRAN=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
# Check for symlinked Quarto executable
# Quarto is bundled with Workbench.
/lib/rstudio-server/bin/quarto/bin/quarto:
exists: true
filetype: file
mode: "0755"
/usr/local/bin/quarto:
exists: true
filetype: symlink
linked-to: /lib/rstudio-server/bin/quarto/bin/quarto
# TinyTeX is installed under /opt/.TinyTeX (via HOME="/opt") so non-root runtime
# users can read the install; tlmgr path add symlinks the binaries into
# /usr/local/bin so they are on PATH.
Expand Down
7 changes: 6 additions & 1 deletion workbench/2026.01/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,15 @@ file:
contents:
- "RSPM=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
- "CRAN=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
# Check for symlinked Quarto executable
# Quarto is bundled with Workbench.
/lib/rstudio-server/bin/quarto/bin/quarto:
exists: true
filetype: file
mode: "0755"
/usr/local/bin/quarto:
exists: true
filetype: symlink
linked-to: /lib/rstudio-server/bin/quarto/bin/quarto
# TinyTeX is installed under /opt/.TinyTeX (via HOME="/opt") so non-root runtime
# users can read the install; tlmgr path add symlinks the binaries into
# /usr/local/bin so they are on PATH.
Expand Down
7 changes: 6 additions & 1 deletion workbench/2026.04/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,15 @@ file:
contents:
- "RSPM=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
- "CRAN=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
# Check for symlinked Quarto executable
# Quarto is bundled with Workbench.
/lib/rstudio-server/bin/quarto/bin/quarto:
exists: true
filetype: file
mode: "0755"
/usr/local/bin/quarto:
exists: true
filetype: symlink
linked-to: /lib/rstudio-server/bin/quarto/bin/quarto
# Check for R installation

/opt/R/4.5.3/bin/R:
Expand Down
7 changes: 6 additions & 1 deletion workbench/2026.05/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,15 @@ file:
contents:
- "RSPM=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
- "CRAN=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
# Check for symlinked Quarto executable
# Quarto is bundled with Workbench.
/lib/rstudio-server/bin/quarto/bin/quarto:
exists: true
filetype: file
mode: "0755"
/usr/local/bin/quarto:
exists: true
filetype: symlink
linked-to: /lib/rstudio-server/bin/quarto/bin/quarto
# TinyTeX is installed under /opt/.TinyTeX (via HOME="/opt") so non-root runtime
# users can read the install; tlmgr path add symlinks the binaries into
# /usr/local/bin so they are on PATH.
Expand Down
7 changes: 6 additions & 1 deletion workbench/template/test/goss.yaml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,15 @@ file:
- "RSPM=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
- "CRAN=https://p3m.dev/cran/__linux__/{{ .Env.IMAGE_OS_CODENAME }}/latest"
{%- endraw %}
# Check for symlinked Quarto executable
# Quarto is bundled with Workbench.
/lib/rstudio-server/bin/quarto/bin/quarto:
exists: true
filetype: file
mode: "0755"
/usr/local/bin/quarto:
exists: true
filetype: symlink
linked-to: /lib/rstudio-server/bin/quarto/bin/quarto
# TinyTeX is installed under /opt/.TinyTeX (via HOME="/opt") so non-root runtime
# users can read the install; tlmgr path add symlinks the binaries into
# /usr/local/bin so they are on PATH.
Expand Down
Loading