Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vbump to 0.2.3, [skip vbump] #40

Merged
merged 6 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading