CRAN Package Check Results for Package sfarrow

Last updated on 2024-04-15 23:10:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 1.58 38.62 40.20 OK
r-devel-linux-x86_64-debian-gcc 0.4.1 2.02 28.43 30.45 OK
r-devel-linux-x86_64-fedora-clang 0.4.1 51.55 OK
r-devel-linux-x86_64-fedora-gcc 0.4.1 62.05 OK
r-prerel-macos-arm64 0.4.1 24.00 ERROR
r-prerel-windows-x86_64 0.4.1 4.00 50.00 54.00 OK
r-patched-linux-x86_64 0.4.1 2.69 36.75 39.44 OK
r-release-linux-x86_64 0.4.1 2.58 35.40 37.98 OK
r-release-macos-arm64 0.4.1 27.00 OK
r-release-macos-x86_64 0.4.1 39.00 OK
r-release-windows-x86_64 0.4.1 6.00 55.00 61.00 OK
r-oldrel-macos-arm64 0.4.1 21.00 OK
r-oldrel-windows-x86_64 0.4.1 5.00 56.00 61.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-prerel-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-prerel-macos-arm64