Releases: metrumresearchgroup/review
Releases · metrumresearchgroup/review
3.10.0
New features and changes
-
renderQCReport
added to generate a QC report document. (#135)
-
Updated renderQCSummary
summary tables. (#137, #140, #144, #147)
-
Added fileSummary
function to detail QC and SVN history. (#131)
-
logRemove
added to package to assist with removing files from the QC log. (#105)
-
diffFiles
can now display the entire file that is being diffed. (#115)
-
Added repoHistory
function to return history of all commits in the repository. (#116, #146)
3.9.1
New features and changes
compareFigures
and compareTables
now have hide on open option. (#97)
Bug fixes
- Improved run time of
dirSummary
when used on larger repositories. (#98)
3.9.0
New features and changes
-
compareFigures
and compareTables
added as a comparison tool for figures and tables. (#94)
-
compareModified
and compareLocal
switched to internal functions. (#94)
-
compareModified
and compareLocal
now have a file extension argument. (#92)
3.8.2
New features and changes
compareLocal
allows comparison between local versions of figures or tables. (#88)
Bug fixes
- Allow spaces in files when using
compareModified
. (#88)
3.8.1
Bug fixes
- Fixed directory counts displayed by
dirSummary
. (#86)
3.8.0
New features and changes
-
dirSummary
and renderQCSummary
now provide a .dirs_exclude
option. (#80)
-
Added compareModified
function to show comparisons between different versions of figures or tables. (#78)
-
Update svnExport
to automatically use the last checked in version of a file if previous revision isn't provided. (#78)
-
Added with_demoRepo
function to allow the user easier access to running examples in the demo Repo. (#77)
-
Added warning message to diffQCed
when user has modified file since last QC. (#61)
-
Added svnProjInfo
function to determine svn project info. (#72)
3.7.0
New features and changes
-
Added vignettes for the SVN helper functions and general QC helpers. (#54, #55)
-
Added demoRepo
function to create an example SVN repository with existing files/QC. (#51)
-
Improved run time of renderQCSummary
with new internal svnInfo
function. (#49, #50)
3.6.0
New features and changes
svnExport
created function to run svn export in R. (#39)
Bug fixes
diffQced
has more informative error message when no previous QC revision is found (#44)
3.5.0
New features and changes
-
dirSummary
added to provide QC status of all scripts/models in a given directory. (#29, #30)
-
renderQCSummary
added to create a pdf summary of the QC status of scripts in a given directory. (#29, #31, #32, #33, #35, #36)
3.4.0
New features and changes
svnLog
added to package to return the svn log in dataframe format. (#25)