Skip to content

Commit

Permalink
Merge pull request #188 from OHDSI/cdmcon_updates
Browse files Browse the repository at this point in the history
eunomia_is_available to eunomiaIsAvailable
  • Loading branch information
edward-burn authored Jan 17, 2025
2 parents 72be6c4 + 4fed907 commit f682ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PhenotypeR
Type: Package
Title: Assess Study Cohorts Using a Common Data Model
Version: 0.1.1
Version: 0.1.1.900
Authors@R: c(
person("Edward", "Burn", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9286-1128")),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-addCodelistAttribute.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test_that("test append codelist to existing", {
test_that("test eunomia", {
testthat::skip_on_cran()
skip_if_not_installed("CirceR")
skip_if_not(CDMConnector::eunomia_is_available())
skip_if_not(CDMConnector::eunomiaIsAvailable())

con <- DBI::dbConnect(duckdb::duckdb(CDMConnector::eunomiaDir()))
cdm <- CDMConnector::cdmFromCon(
Expand Down

0 comments on commit f682ba8

Please sign in to comment.