Skip to content

Commit 730de56

Browse files
authored
require a stable rtables version in Suggests
1 parent a0e4a6a commit 730de56

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: gridify
33
Title: Enrich Figures and Tables with Custom Headers and Footers and More
4-
Version: 0.7.5
4+
Version: 0.7.6
55
Authors@R: c(
66
person("Maciej", "Nasinski", , "Maciej.Nasinski@ucb.com", role = c("aut", "cre")),
77
person("Alexandra", "Wall", , "Alexandra.Wall@ucb.com", role = "aut"),
@@ -37,7 +37,7 @@ Suggests:
3737
knitr,
3838
magrittr,
3939
rmarkdown,
40-
rtables,
40+
rtables (>= 0.6.15),
4141
rtables.officer,
4242
spelling,
4343
testthat (>= 3.0.0)

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# gridify 0.7.6
2+
3+
* Require a new stable `rtables` version, caused by `rtables` CRAN errors.
4+
15
# gridify 0.7.5
26

37
* Added new `paginate_table()` helper function to simplify splitting data frames into pages for multi-page tables.

0 commit comments

Comments
 (0)