r-lib / pkgbuild

Find tools needed to build R packages
https://pkgbuild.r-lib.org
Other
66 stars 35 forks source link

New DESCIRPTION option to keep inst/doc #149

Closed gaborcsardi closed 1 year ago

gaborcsardi commented 1 year ago

Now pkgbuild::build() will not clean up inst/doc by default if the Config/build/clean-inst-doc entry in DESCRIPTION is set to FALSE.

Closes #128.