search for: os_subdir

Displaying 1 result from an estimated 1 matches for "os_subdir".

Did you mean: is_subdir
2014 Jul 06
0
request for "minor" fix to src/library/tools/QC.r
...orite. :) cheers, Greg Minshall ---- --- src/library/tools/R/QC.r 2014-03-25 01:15:06.000000000 +0200 +++ src/library/tools/R/mod-QC.r 2014-07-06 14:05:46.000000000 +0300 @@ -4372,6 +4372,9 @@ full.names = FALSE, OS_subdirs = OS_subdirs) wrong <- setdiff(all_files, man_files) + ## now configure might generate files in this directory + generated <- grep("\\.in$", wrong) + if(length(generated)) wrong <- wrong[-generated] if(length(wrong)) { wrong_th...