Last updated on 2024-12-22 08:50:03 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 5.06 | 52.14 | 57.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 3.93 | 40.26 | 44.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 96.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 101.72 | OK | |||
r-devel-windows-x86_64 | 1.0-1 | 7.00 | 80.00 | 87.00 | OK | |
r-patched-linux-x86_64 | 1.0-1 | 4.89 | 49.81 | 54.70 | OK | |
r-release-linux-x86_64 | 1.0-1 | 4.24 | 50.10 | 54.34 | 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 | 79.00 | 87.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 | 84.00 | 92.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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.