CRAN Package Check Results for Package CDMConnector

Last updated on 2023-06-08 22:56:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 10.15 245.48 255.63 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.0 6.82 195.70 202.52 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.0 311.79 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.0 308.16 ERROR
r-devel-windows-x86_64 0.6.0 10.00 202.00 212.00 ERROR
r-patched-linux-x86_64 0.6.0 9.87 233.28 243.15 ERROR
r-release-linux-x86_64 0.6.0 7.13 236.12 243.25 ERROR
r-release-macos-arm64 0.6.0 109.00 NOTE
r-release-macos-x86_64 0.5.1 199.00 NOTE
r-release-windows-x86_64 0.6.0 12.00 244.00 256.00 ERROR
r-oldrel-macos-arm64 0.6.0 83.00 NOTE
r-oldrel-macos-x86_64 0.6.0 163.00 NOTE
r-oldrel-windows-x86_64 0.6.0 12.00 271.00 283.00 ERROR

Check Details

Version: 0.6.0
Check: package dependencies
Result: NOTE
    Package which this enhances but not available for checking: ‘CirceR’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [89s/109s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (/tmp/Rtmp9jEdGB/file1fca9e11cefbf6/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/Rtmp9jEdGB/file1fca9e11cefbf6/GiBleed_5.3.zip
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [71s/119s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (/home/hornik/tmp/scratch/Rtmp3nOGbA/file361183267400c4/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /home/hornik/tmp/scratch/Rtmp3nOGbA/file361183267400c4/GiBleed_5.3.zip
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [108s/349s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (/tmp/Rtmpnn50B7/working_dir/Rtmp45Kxik/file250a3f27d761b3/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/Rtmpnn50B7/working_dir/Rtmp45Kxik/file250a3f27d761b3/GiBleed_5.3.zip
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [104s/128s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (/tmp/RtmpSzs4nj/working_dir/Rtmp2lY4Mh/file18ef55382555ee/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpSzs4nj/working_dir/Rtmp2lY4Mh/file18ef55382555ee/GiBleed_5.3.zip
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.6.0
Check: dependencies in R code
Result: NOTE
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.6.0
Check: tests
Result: ERROR
     Running 'testthat.R' [59s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (D:\temp\RtmpSC69pq\file1fde4190708c/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load D:\temp\RtmpSC69pq\file1fde4190708c/GiBleed_5.3.zip
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [85s/110s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (/tmp/RtmpGG3dao/file171f7f7ceaface/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpGG3dao/file171f7f7ceaface/GiBleed_5.3.zip
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.6.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [87s/111s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (/tmp/RtmpGApQPt/file1194f570cf8a63/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpGApQPt/file1194f570cf8a63/GiBleed_5.3.zip
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.5.1
Check: package dependencies
Result: NOTE
    Package which this enhances but not available for checking: ‘CirceR’
Flavor: r-release-macos-x86_64

Version: 0.6.0
Check: tests
Result: ERROR
     Running 'testthat.R' [81s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (D:\temp\Rtmpq2sa9l\file38dc76b0570c/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load D:\temp\Rtmpq2sa9l\file38dc76b0570c/GiBleed_5.3.zip
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.6.0
Check: tests
Result: ERROR
     Running 'testthat.R' [83s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # This file is part of the standard setup for testthat.
     > # It is recommended that you do not modify it.
     > #
     > # Where should you do additional test configuration?
     > # Learn more about the roles of various files in:
     > # * https://r-pkgs.org/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(CDMConnector)
     >
     > test_check("CDMConnector")
     trying URL 'https://raw.githubusercontent.com/darwin-eu/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
     Content type 'application/zip' length 6848518 bytes (6.5 MB)
     ==================================================
     downloaded 6.5 MB
    
     Dataset already exists (D:\temp\RtmpAVIrLN\file2896cc9614d1/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load D:\temp\RtmpAVIrLN\file2896cc9614d1/GiBleed_5.3.zip
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     #STDOFF 2:05:08.9
     #STDOFF 8:05:43.2
     #STDOFF 7:36:41.7
     #STDOFF -0:25:21.1
     #STDOFF 1:39:49.2
     #STDOFF -0:36:44.68
     #STDOFF -4:56:01.6
     #STDOFF -3:58:29.2
     #STDOFF -4:19:18.3
     #STDOFF -5:36:13.3
     #STDOFF -4:56:16.4
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • "Databricks" %in% odbc::odbcListDataSources()$name is not TRUE (7)
     • "OracleODBC-19" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • "OracleODBC-19" %in% odbc::odbcListDrivers() is not TRUE (1)
     • "Snowflake" %in% odbc::odbcListDataSources()$name is not TRUE (3)
     • Capr cannot be loaded (1)
     • CirceR cannot be loaded (5)
     • On CRAN (4)
     • Sys.getenv("CDM5_POSTGRESQL_USER") == "" is TRUE (9)
     • Sys.getenv("CDM5_REDSHIFT_USER") == "" is TRUE (8)
     • Sys.getenv("CDM5_SQL_SERVER_USER") == "" is TRUE (9)
     • Sys.getenv("LOCAL_POSTGRESQL_USER") == "" is TRUE (3)
     • Sys.getenv("REDSHIFT_USER") == "" is TRUE (1)
     • Sys.getenv("SNOWFLAKE_USER") == "" is TRUE (1)
     • failing test (1)
     • manual test (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-dateadd.R:23:3'): Date functions work on duckdb ──────────────
     df$dif_years (`actual`) not equal to c(1, 1, 0, 0) (`expected`).
    
     `actual`: 1.0000 1.0001 0.9929 0.8900
     `expected`: 1.0000 1.0000 0.0000 0.0000
     ── Failure ('test-dateadd.R:406:3'): test year, month, day functionality ───────
     df$month1 == 359 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:407:3'): test year, month, day functionality ───────
     df$year1 == 29 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:409:3'): test year, month, day functionality ───────
     df$month2 == 360 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure ('test-dateadd.R:410:3'): test year, month, day functionality ───────
     df$year2 == 30 is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
    
     [ FAIL 5 | WARN 0 | SKIP 58 | PASS 235 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-x86_64