Skip to content

Commit

Permalink
Merge c55547a into ca07cef
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Jan 17, 2025
2 parents ca07cef + c55547a commit 9ec8174
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: autoslider.core
Title: Slide Automation for Tables, Listings and Figures
Version: 0.2.2.9003
Version: 0.2.3
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7566-2787")),
Expand Down Expand Up @@ -57,7 +57,7 @@ Imports:
rvg (>= 0.2.5),
stringr,
survival,
tern (>= 0.9.6.9018),
tern (>= 0.9.7),
tidyr,
yaml
Suggests:
Expand All @@ -82,8 +82,6 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/tern@main
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, mllg/checkmate, rstudio/htmltools,
gagolews/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# autoslider.core 0.2.2.9003
# autoslider.core 0.2.3

### Miscellaneous

* Align upstream packages (formatters/rtables/rlistings/tern) to the latest releases.

# autoslider.core 0.2.2

Expand Down
2 changes: 1 addition & 1 deletion R/t_dor_slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ t_dor_slide <- function(adsl, adtte, arm = "TRT01P", refgroup = NULL) {
count_values(
vars = "USUBJID",
values = unique(adtte$USUBJID),
.labels = "Responders",
.labels = c(count = "Responders"),
.stats = "count"
) %>%
analyze_vars(
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ eg
expr
flextable
fontsize
formatters
ggplot
github
headerlines
Expand All @@ -85,6 +86,7 @@ ppt
rds
repo
reusability
rlistings
rtable
rtables
scaler
Expand Down

0 comments on commit 9ec8174

Please sign in to comment.