Package: CommonDataModel Check: tests New result: ERROR Running ‘testthat.R’ [19s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(CommonDataModel) Loading required package: DatabaseConnector Loading required package: SqlRender Loading required package: rJava Attaching package: 'CommonDataModel' The following object is masked from 'package:SqlRender': listSupportedDialects > > test_check("CommonDataModel") Skipping driver setup because environmental variables not set Skipping driver setup because environmental variables not set [ FAIL 1 | WARN 0 | SKIP 1 | PASS 33 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-executeDdl.R:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-buildRelease.R:14:3'): buildRelease() output matches current ddl folder ── `generatedDirectories` (`actual`) and `currentDirectories` (`expected`) don't have the same values. * Only in `expected`: "5.3/iris", "5.4/iris" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 33 ] Error: Test failures Execution halted