diff --git a/DESCRIPTION b/DESCRIPTION index a71d109769..a70170ecba 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -21,7 +21,7 @@ URL: https://github.com/insightsengineering/tern BugReports: https://github.com/insightsengineering/tern/issues Depends: R (>= 3.6), - rtables (>= 0.6.0.2) + rtables (>= 0.6.0.9004) Imports: broom, car, @@ -30,7 +30,7 @@ Imports: dplyr, emmeans (>= 1.4.5), forcats (>= 1.0.0), - formatters (>= 0.4.0), + formatters (>= 0.4.1.9003), ggplot2 (>= 3.4.0), grid, gridExtra, diff --git a/tests/testthat/test-summarize_num_patients.R b/tests/testthat/test-summarize_num_patients.R index c3944fa3b8..4285973717 100644 --- a/tests/testthat/test-summarize_num_patients.R +++ b/tests/testthat/test-summarize_num_patients.R @@ -251,5 +251,5 @@ testthat::test_that("analyze_num_patients works well for pagination", { "Number of events" ) ) - testthat::expect_identical(to_string_matrix(pag_result[[2]])[3, 1], "e 1.1") + testthat::expect_identical(to_string_matrix(pag_result[[4]])[6, 1], "11") })