Displaying 1 result from an estimated 1 matches for "check_package_subdirs".
2014 Jul 06
0
request for "minor" fix to src/library/tools/QC.r
hi. i was hoping to automatically set the Version: number in my package
description file (image2k-package.Rd) in the man directory by using a
.in file in the same directory. "R CMD build" excludes the .in file
because the routine .check_package_subdirs() in QC.R (which build calls)
doesn't like that file.
.check_package_subdirs() also checks files in R/, and at *that* point in
the code says "now configure might generate files in this directory" and
explicitly allows any files that end in .in. i wonder if that code
could be duplica...