Skip to content

Releases: metrumresearchgroup/review

3.10.0

14 Nov 20:36
Compare
Choose a tag to compare

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

10 Jun 02:10
Compare
Choose a tag to compare

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

24 May 01:24
Compare
Choose a tag to compare

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

19 Apr 15:11
Compare
Choose a tag to compare

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

11 Apr 19:22
Compare
Choose a tag to compare

Bug fixes

  • Fixed directory counts displayed by dirSummary. (#86)

3.8.0

08 Apr 16:49
Compare
Choose a tag to compare

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

09 Nov 14:56
Compare
Choose a tag to compare

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

17 Oct 16:43
Compare
Choose a tag to compare

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

26 Sep 15:31
5482740
Compare
Choose a tag to compare

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

11 Sep 18:22
88de89e
Compare
Choose a tag to compare

New features and changes

  • svnLog added to package to return the svn log in dataframe format. (#25)