Skip to content

Commit

Permalink
ci: adapt to pkgdown webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent 88eee81 commit ac51b93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- uses: r-lib/actions/setup-tinytex@v2

- name: Build articles
run: pkgdown:::build_quarto_articles(quiet = FALSE)
shell: Rscript {0}
Expand Down
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ URL: https://github.com/rformassspectrometry/metabonaut/, https://rformassspectr
BugReports: https://github.com/rformassspectrometry/metabonaut/issues/new
BiocType: Workflow
RoxygenNote: 7.3.2
VignetteBuilder: quarto, knitr
SystemRequirements: Quarto command line tool
(<https://github.com/quarto-dev/quarto-cli>).
VignetteBuilder: quarto
SystemRequirements: pandoc
4 changes: 4 additions & 0 deletions vignettes/dataset-investigation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ vignette: >
%\VignetteIndexEntry{Dataset investigation: What to do when you get your data}
%\VignetteEngine{quarto::html}
%\VignetteEncoding{UTF-8}
knitr:
opts_chunk:
collapse: true
comment: '#>'
---

## In Construction
Expand Down

0 comments on commit ac51b93

Please sign in to comment.