Last updated on 2023-01-25 04:51:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 8.64 | 87.29 | 95.93 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 6.95 | 64.47 | 71.42 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 80.77 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 126.03 | ERROR | |||
r-patched-linux-x86_64 | 0.5.0 | 8.34 | 83.96 | 92.30 | ERROR | |
r-release-linux-x86_64 | 0.5.0 | 6.08 | 84.81 | 90.89 | ERROR | |
r-release-macos-arm64 | 0.5.0 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 69.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 94.00 | 119.00 | 213.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.0 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 71.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.5.0 | 13.00 | 114.00 | 127.00 | ERROR |
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘parquetize-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: duckdb_to_parquet
> ### Title: Convert a duckdb file to parquet format
> ### Aliases: duckdb_to_parquet
>
> ### ** Examples
>
>
> # Conversion from a local duckdb file to a single parquet file :
>
> duckdb_to_parquet(
+ path_to_duckdb = system.file("extdata","iris.duckdb",package = "parquetize"),
+ table_in_duckdb = "iris",
+ path_to_parquet = tempdir()
+ )
Reading data...
Error: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/18s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘parquetize-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: duckdb_to_parquet
> ### Title: Convert a duckdb file to parquet format
> ### Aliases: duckdb_to_parquet
>
> ### ** Examples
>
>
> # Conversion from a local duckdb file to a single parquet file :
>
> duckdb_to_parquet(
+ path_to_duckdb = system.file("extdata","iris.duckdb",package = "parquetize"),
+ table_in_duckdb = "iris",
+ path_to_parquet = tempdir()
+ )
Reading data...
Error: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/16s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘dplyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘parquetize-Ex.R’ failed
The error most likely occurred in:
> ### Name: duckdb_to_parquet
> ### Title: Convert a duckdb file to parquet format
> ### Aliases: duckdb_to_parquet
>
> ### ** Examples
>
>
> # Conversion from a local duckdb file to a single parquet file :
>
> duckdb_to_parquet(
+ path_to_duckdb = system.file("extdata","iris.duckdb",package = "parquetize"),
+ table_in_duckdb = "iris",
+ path_to_parquet = tempdir()
+ )
Reading data...
Error: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/10s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/16s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘parquetize-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: duckdb_to_parquet
> ### Title: Convert a duckdb file to parquet format
> ### Aliases: duckdb_to_parquet
>
> ### ** Examples
>
>
> # Conversion from a local duckdb file to a single parquet file :
>
> duckdb_to_parquet(
+ path_to_duckdb = system.file("extdata","iris.duckdb",package = "parquetize"),
+ table_in_duckdb = "iris",
+ path_to_parquet = tempdir()
+ )
Reading data...
Error: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/17s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘parquetize-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: duckdb_to_parquet
> ### Title: Convert a duckdb file to parquet format
> ### Aliases: duckdb_to_parquet
>
> ### ** Examples
>
>
> # Conversion from a local duckdb file to a single parquet file :
>
> duckdb_to_parquet(
+ path_to_duckdb = system.file("extdata","iris.duckdb",package = "parquetize"),
+ table_in_duckdb = "iris",
+ path_to_parquet = tempdir()
+ )
Reading data...
Error: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/16s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Cannot open file "/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/parquetize/extdata/iris.duckdb": Read-only file system
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running 'testthat.R' [13s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (26)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
── Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument ──
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running 'testthat.R' [13s]
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(parquetize)
>
> test_check("parquetize")
v The SAS file is available in parquet format under Data/iris1-50.parquet
v The SAS file is available in parquet format under Data/iris51-150.parquet
v The SAS file is available in parquet format under Data/iris101-250.parquet
v The SPSS file is available in parquet format under Data/iris1-50.parquet
v The SPSS file is available in parquet format under Data/iris51-150.parquet
v The SPSS file is available in parquet format under Data/iris101-250.parquet
v The Stata file is available in parquet format under Data/iris1-50.parquet
v The Stata file is available in parquet format under Data/iris51-150.parquet
v The Stata file is available in parquet format under Data/iris101-250.parquet
v The test_data parquet file is available under output
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
== Skipped tests ===============================================================
* On CRAN (26)
== Failed tests ================================================================
-- Error ('test-duckdb_to_parquet.R:41'): Checks message is displayed with duckdb file --
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
-- Error ('test-duckdb_to_parquet.R:54'): Checks message is displayed with by adding partition and partitioning argument --
`duckdb_to_parquet(...)` threw an unexpected error.
Message: rapi_startup: Failed to open database: IO Error: Trying to read a database file with version number 39, but we can only read version 41.
The database file was created with DuckDB version v0.6.0 or v0.6.1.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
Class: simpleError/error/condition
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64