diff --git a/DESCRIPTION b/DESCRIPTION index b8c4b27..445408a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: review Title: QC Management and Helpers -Version: 3.12.1.9001 +Version: 3.13.0 Authors@R: c( person(given = "Eric", family = "Anderson", email = "andersone@metrumrg.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 19ead60..3cf9b30 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# review development +# review 3.13.0 ## New features and changes @@ -6,6 +6,12 @@ - Removed functions `compareTables` and `compareFigures` as `compareDashboard` is an improved solution. (#187) +- `compareDashboard` now displays a blue banner when there are no differences between revisions. (#191) + +- `fileSummary` now supports directory inputs and can summarize all contained files. (#190) + +- Added new function `getTFs` to extract file paths of tables and figures from PDF reports. (#184) + ## Bug fixes - Updated `diffQCed` error message when file is out of sync with SVN. (#188)