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
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
any::lintr
any::spelling
any::rmarkdown
d-morrison/altdoc@recursive-qmd-search
d-morrison/altdoc@main
needs: check

# Set up Quarto - required for rendering the website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
connect
website
extra-packages: |
d-morrison/altdoc@recursive-qmd-search
d-morrison/altdoc@main
quarto-dev/quarto-r
any::sessioninfo
local::.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rpt
Title: What the Package Does (One Line, Title Case)
Version: 1.0.2.9002
Version: 1.0.2.9003
Authors@R: c(
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
)
Expand Down Expand Up @@ -30,4 +30,4 @@ Suggests:
Config/testthat/edition: 3
VignetteBuilder: knitr, quarto
Config/Needs/website: quarto
Config/roxygen2/version: 8.0.0
Config/roxygen2/version: 8.1.0
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# rpt (development version)

- Switch altdoc dependency from `d-morrison/altdoc@recursive-qmd-search`
to `d-morrison/altdoc@main` (268 commits ahead, 0 behind).

- Contributing docs now ask for screenshots of the rendered documentation
site on pull requests that change it, preferring a link into the PR-preview
deployment over a local capture, and repair an unbalanced code fence that
Expand Down
Loading