renderQCSummary
generates a QC summary based on scripts within a given project and renders it into a PDF report. (#32)renderQCReport
generates a QC report based on the files within the QC log and renders it into a PDF report. (#32)repoHistory
added to return all commits made to every file. (#32)
getModified
updated to only grab last commit when callinggitLog
. (#26)
-
gitLog
updated to return the full history of commits for a file. (#21) -
diffOriginal
added to the package to view the difference between the current and first version of a file. (#22) -
diff
functions carried over from thereview
package. (#22) -
compare
functions brought over from thereview
package, includingcompareFigures()
andcompareTables()
. (#23)
-
Exported functions brought over from the
review
package include:logAssign()
,logAccept()
,logCreate()
,logPending()
,logSummary()
,diffQced()
anddemoRepo()
. Each of these were modified slightly to account for the differences between SVN and Git. -
The contents of the
QClog.csv
file were updated. Commit hashes are now tracked in place of SVN revision numbers. The author of the file was also added to the QC log. -
A new function,
gitLog()
, was implemented to obtain information about the commit where the last edit to a file was made.