Last updated on 2024-11-05 03:49:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 5.38 | 54.03 | 59.41 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 4.00 | 40.50 | 44.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 97.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 102.70 | OK | |||
r-devel-windows-x86_64 | 1.0-1 | 7.00 | 76.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 1.0-1 | 5.25 | 50.93 | 56.18 | OK | |
r-release-linux-x86_64 | 1.0-1 | 5.40 | 50.88 | 56.28 | OK | |
r-release-macos-arm64 | 1.0-1 | 38.00 | ERROR | |||
r-release-macos-x86_64 | 1.0-1 | 64.00 | OK | |||
r-release-windows-x86_64 | 1.0-1 | 8.00 | 85.00 | 93.00 | OK | |
r-oldrel-macos-arm64 | 1.0-1 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-1 | 75.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0-1 | 8.00 | 85.00 | 93.00 | OK |
Version: 1.0-1
Check: examples
Result: ERROR
Running examples in ‘geslaR-Ex.R’ failed
The error most likely occurred in:
> ### Name: read_gesla
> ### Title: Read a GESLA dataset
> ### Aliases: read_gesla
>
> ### ** Examples
>
> ##------------------------------------------------------------------
> ## Import an internal example Parquet file
> tmp <- tempdir()
> file.copy(system.file(
+ "extdata", "ireland.parquet", package = "geslaR"), tmp)
[1] TRUE
> da <- read_gesla(paste0(tmp, "/ireland.parquet"))
Error in parquet___arrow___ArrowReaderProperties__Make(isTRUE(use_threads)) :
Cannot call parquet___arrow___ArrowReaderProperties__Make(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries.
Calls: read_gesla ... <Anonymous> -> parquet___arrow___ArrowReaderProperties__Make
Execution halted
Flavor: r-release-macos-arm64
Version: 1.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
15. └─arrow:::parquet___arrow___ArrowReaderProperties__Make(isTRUE(use_threads))
── Error ('test-write_gesla.R:33:5'): write_gesla writes ArrowObject to Parquet ──
Error in `parquet___WriterProperties___Builder__create()`: Cannot call parquet___WriterProperties___Builder__create(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries.
Backtrace:
▆
1. └─geslaR::write_gesla(arrow_df, "test_parquet") at test-write_gesla.R:33:5
2. └─arrow::write_parquet(...)
3. ├─ParquetFileWriter$create(...)
4. │ └─arrow:::parquet___arrow___ParquetFileWriter__Open(...)
5. └─ParquetWriterProperties$create(...)
6. └─arrow:::parquet___WriterProperties___Builder__create()
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 18 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64