Skip to content

Commit

Permalink
add tibble as a sugested package
Browse files Browse the repository at this point in the history
Marta Alcalde-Herraiz committed Dec 5, 2023
1 parent 7b74759 commit 073ce0c
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ Suggests:
DBI,
DrugUtilisation,
duckdb,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3
Config/testthat/parallel: true
1 change: 0 additions & 1 deletion tests/testthat/test-generateMatchedCohortSet.R
Original file line number Diff line number Diff line change
@@ -296,7 +296,6 @@ test_that("test exactMatchingCohort with a ratio bigger than 1", {
outc <- a[["new_cohort"]] %>%
dplyr::filter(subject_id == 5) %>% dplyr::summarise(cohort_start_date) %>% dplyr::pull() %in% c("2017-10-30","2003-01-04","2014-12-15","2010-09-09")
expect_true(unique(outc) == TRUE)

})


0 comments on commit 073ce0c

Please sign in to comment.