We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103cc03 commit 7245552Copy full SHA for 7245552
.github/workflows/R-CMD-check.yaml
@@ -88,6 +88,10 @@ jobs:
88
run: keras3::install_keras(envname = "r-reticulate")
89
shell: Rscript {0}
90
91
+ - name: Test vignette build explicitly (debugging)
92
+ run: |
93
+ Rscript -e 'rmarkdown::render("vignettes/applications.Rmd", output_format = "html_document")'
94
+
95
- uses: r-lib/actions/check-r-package@v2
96
with:
97
upload-snapshots: true
0 commit comments