Skip to content

Commit

Permalink
skip makeCohortSet test if CirceR is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack3 committed Sep 6, 2023
1 parent ec77939 commit 71f1dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cohort.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ test_that("compile generic works", {


test_that("makeCohortSet works", {

skip_if_not_installed("CirceR")
#make concept set for celecoxib
celecoxib <- cs(descendants(1118084), name = "celecoxib")

Expand Down

0 comments on commit 71f1dd8

Please sign in to comment.