Last updated on 2024-11-09 06:50:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 1.79 | 30.46 | 32.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 1.42 | 23.39 | 24.81 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 56.54 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 62.90 | OK | |||
r-devel-windows-x86_64 | 0.4.1 | 4.00 | 51.00 | 55.00 | OK | |
r-patched-linux-x86_64 | 0.4.1 | 1.93 | 29.02 | 30.95 | OK | |
r-release-linux-x86_64 | 0.4.1 | 1.90 | 28.73 | 30.63 | OK | |
r-release-macos-arm64 | 0.4.1 | 24.00 | ERROR | |||
r-release-macos-x86_64 | 0.4.1 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.4.1 | 4.00 | 53.00 | 57.00 | OK | |
r-oldrel-macos-arm64 | 0.4.1 | 27.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.1 | 39.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.1 | 5.00 | 56.00 | 61.00 | OK |
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘sfarrow-Ex.R’ failed
The error most likely occurred in:
> ### Name: read_sf_dataset
> ### Title: Read an Arrow multi-file dataset and create 'sf' object
> ### Aliases: read_sf_dataset
>
> ### ** Examples
>
> # read spatial object
> nc <- sf::st_read(system.file("shape/nc.shp", package="sf"), quiet = TRUE)
>
> # create random grouping
> nc$group <- sample(1:3, nrow(nc), replace = TRUE)
>
> # use dplyr to group the dataset. %>% also allowed
> nc_g <- dplyr::group_by(nc, group)
>
> # write out to parquet datasets
> tf <- tempfile() # create temporary location
> on.exit(unlink(tf))
> # partitioning determined by dplyr 'group_vars'
> write_sf_dataset(nc_g, path = tf)
Warning: This is an initial implementation of Parquet/Feather file support and
geo metadata. This is tracking version 0.1.0 of the metadata
(https://github.com/geopandas/geo-arrow-spec). This metadata
specification may change and does not yet make stability promises. We
do not yet recommend using this in a production setting unless you are
able to rewrite your Parquet/Feather files.
Error in dataset___HivePartitioning(schm, null_fallback = null_fallback_or_default(null_fallback), :
Cannot call dataset___HivePartitioning(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries.
Calls: write_sf_dataset ... <Anonymous> -> <Anonymous> -> dataset___HivePartitioning
Execution halted
Flavor: r-release-macos-arm64
Version: 0.4.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘example_sfarrow.Rmd’ using rmarkdown
Quitting from lines 49-55 [unnamed-chunk-2] (example_sfarrow.Rmd)
Error: processing vignette 'example_sfarrow.Rmd' failed with diagnostics:
Cannot call parquet___arrow___ArrowReaderProperties__Make(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries.
--- failed re-building ‘example_sfarrow.Rmd’
SUMMARY: processing the following file failed:
‘example_sfarrow.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64