Skip to content

Commit

Permalink
Merge pull request #148 from metrumresearchgroup/release/3.10.0
Browse files Browse the repository at this point in the history
Release 3.10.0
  • Loading branch information
michaelmcd18 authored Nov 14, 2024
2 parents 8676e68 + fc7d8f7 commit bc82070
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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.9.1.9009
Version: 3.10.0
Authors@R:
c(
person(given = "Eric", family = "Anderson", email = "andersone@metrumrg.com", role = c("aut")),
Expand Down
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# review development
# review 3.10.0

## New features and changes

- `renderQCReport` render a QC report document. (#135)
- `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)
- Added `repoHistory` function to return history of all commits in the repository. (#116, #146)

# review 3.9.1

Expand Down

0 comments on commit bc82070

Please sign in to comment.