Clarify clean_doc build documentation#222
Closed
LeonidasZhak wants to merge 1 commit into
Closed
Conversation
Member
|
@LeonidasZhak Is this a purely LLM-generated pull request? Please stop opening LLM-generated pull requests on the r-lib and tidyverse repositories for now. |
Author
|
You are right. This was an LLM-assisted PR, and I should have been more careful before opening it. My intention was to explore whether LLM-assisted tools could help identify and fix small issues more efficiently, but I now understand that this created review burden and was not the right way to contribute here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #187.
This clarifies the
build(clean_doc = )documentation for the currently implemented branches:FALSEleavesinst/docunchangedNULLusesConfig/build/clean-inst-docwhen presentNULL, interactive sessions ask before removing files, while non-interactive sessions clean themChecks:
Rscript -e 'tools::checkRd("man/build.Rd")'\n-git diff --check\n-R CMD build --no-build-vignettes .\n-R_LIBS_USER=/tmp/cli-r-lib _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-manual --ignore-vignettes --no-build-vignettes --no-tests pkgbuild_1.4.8.9000.tar.gz