Skip to content

Deprecate build_vignettes() and clean_vignettes()#2648

Merged
hadley merged 5 commits into
mainfrom
deprecate-build-vignettes
Jan 30, 2026
Merged

Deprecate build_vignettes() and clean_vignettes()#2648
hadley merged 5 commits into
mainfrom
deprecate-build-vignettes

Conversation

@hadley

@hadley hadley commented Jan 22, 2026

Copy link
Copy Markdown
Member

Fixes #2488

@hadley hadley requested a review from jennybc January 22, 2026 14:11
Comment thread R/vignettes.R
install = TRUE,
keep_md = TRUE
) {
lifecycle::deprecate_warn("2.5.0", "build_vignettes()")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to point folks towards pkgdown::build_article() here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a one-for-one replacement, so I'd prefer to leave that for the docs.

Comment thread R/vignettes.R Outdated
Comment thread NEWS.md Outdated
@hadley hadley merged commit 65ca8a3 into main Jan 30, 2026
14 checks passed
@hadley hadley deleted the deprecate-build-vignettes branch January 30, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Discourage use of build_vignettes()

2 participants