R CMD build does. This means includes non-Sweave
vignettes, using make files (if present), and copying over
extra files. You need to ensure that these files are not
included in the built package - ideally they should not be
checked into source, or at least excluded with
.Rbuildignorebuild_vignettes(pkg = ".")as.package for more informationclean_vignettes to remove the pdfs in
clean_vignettes to remove build tex/pdf
files.