Skip to content

Commit

Permalink
[skip vbump] 739 [CRAN Release]: 0.2.6 (#742)
Browse files Browse the repository at this point in the history
[skip vbump]

branch for CRAN release.

thank you for the review

---------

Signed-off-by: cicdguy <[email protected]>
Signed-off-by: b_falquet <[email protected]>
Co-authored-by: walkowif <[email protected]>
Co-authored-by: cicdguy <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent eb5d338 commit 0936349
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: chevron
Title: Standard TLGs for Clinical Trials Reporting
Version: 0.2.5.9011
Date: 2024-04-29
Version: 0.2.6
Date: 2024-04-24
Authors@R: c(
person("Liming", "Li", , "[email protected]", role = c("aut", "cre")),
person("Benoit", "Falquet", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -31,7 +31,7 @@ Imports:
dplyr (>= 1.1.0),
dunlin (>= 0.1.7),
forcats (>= 1.0.0),
formatters (>= 0.5.5),
formatters (>= 0.5.6),
ggplot2 (>= 3.4.0),
glue (>= 1.0.0),
grid,
Expand All @@ -41,10 +41,10 @@ Imports:
nestcolor (>= 0.1.1),
purrr (>= 0.3.0),
rlang (>= 1.0.0),
rlistings (>= 0.2.7),
rtables (>= 0.6.6),
rlistings (>= 0.2.8),
rtables (>= 0.6.7),
stringr (>= 1.4.1),
tern (>= 0.9.3.9027),
tern (>= 0.9.4),
tibble (>= 2.0.0),
utils
Suggests:
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# chevron 0.2.5.9011
# chevron 0.2.6

* Added assertion on class of `summaryvars` argument of `dmt01()`.
* Soft deprecated `strat` argument of `kmg01_main` - use `strata` instead.
* Additional arguments can be passed to `ael01_nollt` run method, for instance to split the resulting listing.
* `grob_list` and `gg_list` are now deprecated. Use `list()` instead.
* `strat` argument of `kmg01_main` is now deprecated - use `strata` instead.
* `grob_list` and `gg_list` are now deprecated - use `list()` instead.

# chevron 0.2.5

Expand Down

0 comments on commit 0936349

Please sign in to comment.