В Fri, 10 May 2024 03:46:54 +0000
"Boylan, Ross" <ross.boy...@ucsf.edu> пишет:

> The devtools::check() documentation mentions it invoke
> pkgbuild::build() and rcmdcheck::rcmdcheck(). Since I'm guessing my
> command line build and check invoked those last 2, or at least
> operated similarly, they seem less likely suspects.

You are correct, it's part of what pkgbuild::build() does:

https://search.r-project.org/CRAN/refmans/pkgbuild/html/build.html#clean_doc

>> DESCRIPTION entries
>>
>> Config/build/clean-inst-doc can be set to FALSE to avoid cleaning
>> up inst/doc when building a source package. Set it to TRUE to force
>> a cleanup. See the clean_doc argument.

(I didn't know that either, just searched their source code for
"inst.*doc".)

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to