Releases: metrumresearchgroup/review
Releases · metrumresearchgroup/review
3.3.0
3.2.0
3.1.0
review 3.1.0
New features and changes
logAssign()
andlogAccept()
now resolve file paths before adding records
to the QC log. Absolute paths can now be used as well. (#9)
Bug fixes
logPending()
returns multiple outputs for the same file with different
file paths in the QClog.script/file.txt
is viewed as a different file
thandata/../script/file.txt
. Now returns only resolved paths. (#9)
3.0.1
3.0.0
review 3.0.0
New features and changes
-
Functions were carried over from the previous
review
package version 2.5,
including:logAccept()
,logAssign()
,logCreate()
,logPending()
and
logSummary()
. -
diffQced()
anddiffPreviousRevisions()
allow the user to view the differences
between versions of files.diffQced()
determines the difference using the
local copy of the file and the most recently QCed version. -
getQcedRevision()
returns the revision number for a file that's been added to
the QC log.