Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# review development
# review 3.13.0

## New features and changes

- Added new function `compareDashboard` to allow users to compare different revisions of output files. (#187)

- 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)
Expand Down