Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcd18 committed Sep 25, 2023
1 parent 5328ffb commit 09613b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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: Manage Review Logs
Version: 3.4.0.8005
Version: 3.5.0
Authors@R:
c(
person(given = "Eric", family = "Anderson", email = "[email protected]", role = c("aut")),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# review 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)

# review 3.4.0

## New features and changes
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/QCSummary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
params:
dirSummaryRes: "`r list()`"
title: "QC Summary"
subtitle: "`r params$dirSummaryRes$project`"
subtitle: "`r paste0(params$dirSummaryRes$project, ' (/', params$dirSummaryRes$directory, ')')`"
date: "`r format(Sys.time(), '%d %B, %Y %H:%M %Z')`"
output:
pdf_document:
Expand Down

0 comments on commit 09613b7

Please sign in to comment.