This function provides a QC summary of relevant files in a project.
dirSummary(.dirs_exclude = NULL)
A list containing:
project
: the name of the project repository.
data
: a data.frame containing information about the relevant files including:
File
: the name of the file.
Author
: the last author to modify the file.
Latest edit
: the latest date and time of modification.
Latest rev
: the last revision number.
Status
: indicating whether the file is in SVN, in QC log, and if it needs QC.
QCer
: the reviewer name if the file is in QC log.