Last updated on 2025-01-15 02:49:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.7 | 8.28 | 81.02 | 89.30 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.7 | 6.12 | 56.10 | 62.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.7 | 142.72 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.7 | 146.59 | OK | |||
r-devel-windows-x86_64 | 0.5.7 | 12.00 | 108.00 | 120.00 | OK | |
r-patched-linux-x86_64 | 0.5.7 | 7.10 | 74.85 | 81.95 | OK | |
r-release-linux-x86_64 | 0.5.7 | 6.62 | 75.47 | 82.09 | OK | |
r-release-macos-arm64 | 0.5.7 | 46.00 | ERROR | |||
r-release-macos-x86_64 | 0.5.7 | 85.00 | OK | |||
r-release-windows-x86_64 | 0.5.7 | 9.00 | 114.00 | 123.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.7 | 77.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.7 | 154.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.7 | 12.00 | 119.00 | 131.00 | OK |
Version: 0.5.7
Check: examples
Result: ERROR
Running examples in ‘parquetize-Ex.R’ failed
The error most likely occurred in:
> ### Name: check_parquet
> ### Title: Check if parquet file or dataset is readable and return basic
> ### informations
> ### Aliases: check_parquet
>
> ### ** Examples
>
>
> # check a parquet file
> check_parquet(parquetize_example("iris.parquet"))
ℹ checking: /Volumes/Builds/packages/big-sur-arm64/results/4.4/parquetize.Rcheck/parquetize/extdata/iris.parquet
Error: This build of the arrow package does not support Datasets
Execution halted
Flavor: r-release-macos-arm64
Version: 0.5.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Backtrace:
▆
1. └─parquetize::expect_parquet(...) at test-write_parquet_by_chunk.R:101:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
6. └─cli::cli_abort(...)
7. └─rlang::abort(...)
[ FAIL 112 | WARN 0 | SKIP 3 | PASS 121 ]
Error: Test failures
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-release-macos-arm64
Version: 0.5.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘aa-conversions.Rmd’ using rmarkdown
Quitting from lines 51-57 [iris-memory-example] (aa-conversions.Rmd)
Error: processing vignette 'aa-conversions.Rmd' failed with diagnostics:
Cannot call parquet___WriterProperties___Builder__create(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries.
--- failed re-building ‘aa-conversions.Rmd’
SUMMARY: processing the following file failed:
‘aa-conversions.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64
Version: 0.5.7
Check: examples
Result: ERROR
Running examples in 'parquetize-Ex.R' failed
The error most likely occurred in:
> ### Name: csv_to_parquet
> ### Title: Convert a csv or a txt file to parquet format
> ### Aliases: csv_to_parquet
>
> ### ** Examples
>
>
> # Conversion from a local csv file to a single parquet file :
>
> csv_to_parquet(
+ path_to_file = parquetize_example("region_2022.csv"),
+ path_to_parquet = tempfile(fileext=".parquet")
+ )
Reading data...
Writing data...
✔ Data are available in parquet file under D:\temp\2025_01_11_01_50_00_344\RtmpAlzAGg\file1b098775c4f5c.parquet
Writing data...
Reading data...
>
> # Conversion from a local txt file to a single parquet file :
>
> csv_to_parquet(
+ path_to_file = parquetize_example("region_2022.txt"),
+ path_to_parquet = tempfile(fileext=".parquet")
+ )
Reading data...
Writing data...
✔ Data are available in parquet file under D:\temp\2025_01_11_01_50_00_344\RtmpAlzAGg\file1b0983b485b6e.parquet
Writing data...
Reading data...
>
> # Conversion from a local csv file to a single parquet file and select only
> # few columns :
>
> csv_to_parquet(
+ path_to_file = parquetize_example("region_2022.csv"),
+ path_to_parquet = tempfile(fileext = ".parquet"),
+ columns = c("REG","LIBELLE")
+ )
Reading data...
Writing data...
✔ Data are available in parquet file under D:\temp\2025_01_11_01_50_00_344\RtmpAlzAGg\file1b098502b2f9b.parquet
Writing data...
Reading data...
>
> # Conversion from a local csv file to a partitioned parquet file :
>
> csv_to_parquet(
+ path_to_file = parquetize_example("region_2022.csv"),
+ path_to_parquet = tempfile(fileext = ".parquet"),
+ partition = "yes",
+ partitioning = c("REG")
+ )
Reading data...
Writing data...
✔ Data are available in parquet dataset under D:\temp\2025_01_11_01_50_00_344\RtmpAlzAGg\file1b09860c5588.parquet
Writing data...
Reading data...
>
> # Conversion from a URL and a zipped file (csv) :
>
> csv_to_parquet(
+ path_to_file = "https://www.nomisweb.co.uk/output/census/2021/census2021-ts007.zip",
+ filename_in_zip = "census2021-ts007-ctry.csv",
+ path_to_parquet = tempfile(fileext = ".parquet")
+ )
Reading data...
Writing data...
✔ Data are available in parquet file under D:\temp\2025_01_11_01_50_00_344\RtmpAlzAGg\file1b098246a1b0e.parquet
Writing data...
Reading data...
>
> # Conversion from a URL and a zipped file (txt) :
>
> csv_to_parquet(
+ path_to_file = "https://sourceforge.net/projects/irisdss/files/latest/download",
+ filename_in_zip = "IRIS TEST data.txt",
+ path_to_parquet = tempfile(fileext=".parquet")
+ )
Error in curl_download(path, tempfile(fileext = file_ext(path))) :
Timeout was reached [unlimited.dl.sourceforge.net]: SSL/TLS connection timeout
Calls: csv_to_parquet ... download_extract -> curl_download -> raise_libcurl_error
Execution halted
Flavor: r-release-windows-x86_64