CRAN Package Check Results for Package sfarrow

Last updated on 2024-05-02 01:57:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 2.78 38.54 41.32 OK
r-devel-linux-x86_64-debian-gcc 0.4.1 2.00 28.90 30.90 OK
r-devel-linux-x86_64-fedora-clang 0.4.1 53.40 OK
r-devel-linux-x86_64-fedora-gcc 0.4.1 62.05 OK
r-devel-windows-x86_64 0.4.1 4.00 52.00 56.00 OK
r-patched-linux-x86_64 0.4.1 2.56 37.08 39.64 OK
r-release-linux-x86_64 0.4.1 2.05 36.84 38.89 OK
r-release-macos-arm64 0.4.1 24.00 ERROR
r-release-windows-x86_64 0.4.1 4.00 52.00 56.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 4.00 53.00 57.00 OK

Check Details

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

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.