CRAN Package Check Results for Package CDMConnector

Last updated on 2023-05-31 08:57:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 8.95 248.11 257.06 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.0 6.81 195.79 202.60 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.0 301.87 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.0 313.37 ERROR
r-devel-windows-x86_64 0.6.0 11.00 205.00 216.00 ERROR
r-patched-linux-x86_64 0.6.0 5.80 234.21 240.01 ERROR
r-release-linux-x86_64 0.6.0 5.88 237.39 243.27 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 248.00 260.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 14.00 253.00 267.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’ [91s/125s]
    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/RtmpKL1x0z/filecce8d505a0d44/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpKL1x0z/filecce8d505a0d44/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’ [70s/125s]
    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/Rtmpu94YoD/file1fd8147b38be59/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /home/hornik/tmp/scratch/Rtmpu94YoD/file1fd8147b38be59/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’ [104s/136s]
    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/RtmpbLxha1/working_dir/RtmphsGSfK/file27e9283ec5bd61/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpbLxha1/working_dir/RtmphsGSfK/file27e9283ec5bd61/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’ [105s/175s]
    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/RtmpOVNOzb/working_dir/RtmpqfNl3w/file3651fc2258262d/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpOVNOzb/working_dir/RtmpqfNl3w/file3651fc2258262d/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' [61s]
    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\RtmpUHg1kr\file1a95c7e814ed8/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load D:\temp\RtmpUHg1kr\file1a95c7e814ed8/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’ [86s/112s]
    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/RtmpXxZixZ/file1c9c5352b3e88b/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpXxZixZ/file1c9c5352b3e88b/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’ [88s/112s]
    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/RtmpfQLWej/file1686a12ce72539/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load /tmp/RtmpfQLWej/file1686a12ce72539/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' [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\Rtmp2zVdAC\file1e2884a34ba9/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load D:\temp\Rtmp2zVdAC\file1e2884a34ba9/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' [86s]
    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\RtmpITvBqm\file252846f605832/GiBleed_5.3.zip). Specify overwrite=T to overwrite existing zip archive.attempting to extract and load D:\temp\RtmpITvBqm\file252846f605832/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