Skip to contents

arcpbf (development version)

arcpbf 0.1.6

CRAN release: 2024-10-01

  • Adds tests/ to .Rbuildignore to pass CRAN checks

arcpbf 0.1.5

CRAN release: 2024-09-17

  • Addresses CRAN removal for failing to compile on Fedora.

arcpbf 0.1.4

CRAN release: 2024-08-01

  • Addresses MSRV requirement by replacing std::cell::OnceCell with once_cell::sync::OnceCell
  • Fix parsing of dates and small integers
  • Add minimal integration tests with arcgislayers

arcpbf 0.1.2

CRAN release: 2024-07-05

  • Bump version of extendr-api to 0.7.0 to avoid r-devel warnings

arcpbf 0.1.1

  • Fixes a bug where sfg class was not assigned for empty geometries.
  • multi_resp_body_pbf() becomes resps_data_pbf() to be more inline with httr2 release
  • Fixes a bug when processing a list of protocol buffers that contain tables

arcpbf 0.1.0

CRAN release: 2023-11-09

  • Initial CRAN submission.