Skip to content

Commit ea542fa

Browse files
committed
assess checks passing
1 parent 346b160 commit ea542fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-fda-table_02.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ adsl <- adsl_raw %>%
66
AGE >= 65 & AGE < 75 ~ ">=65 to <75",
77
AGE >= 75 ~ ">=75"
88
))) %>%
9-
df_explicit_na()
9+
tern::df_explicit_na()
1010

1111
test_that("Table 02 generation works with default values", {
1212
options(pillar.print_max = 50, width = 200)

0 commit comments

Comments
 (0)