Package: sfheaders Type: Package Title: Converts Between R Objects and Simple Feature Objects Date: 2025-11-24 Version: 0.4.5 Authors@R: c( person("David", "Cooley", ,"david.cooley.au@gmail.com", role = c("aut", "cre")), person(given = "Michael", family = "Sumner", role = "ctb") ) Description: Converts between R and Simple Feature 'sf' objects, without depending on the Simple Feature library. Conversion functions are available at both the R level, and through 'Rcpp'. License: MIT + file LICENSE URL: https://dcooley.github.io/sfheaders/ BugReports: https://github.com/dcooley/sfheaders/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Depends: R (>= 3.0.2) LinkingTo: geometries (>= 0.2.5), Rcpp Imports: Rcpp (>= 1.1.0) Suggests: covr, knitr, testthat Roxygen: list(markdown = TRUE) Repository: https://ar-puuk.r-universe.dev Date/Publication: 2025-11-27 19:53:50 UTC RemoteUrl: https://github.com/dcooley/sfheaders RemoteRef: HEAD RemoteSha: cd5aef4f15f625d45ca105e0cd47ee65d9990e50 NeedsCompilation: yes Packaged: 2026-06-23 23:52:10 UTC; root Author: David Cooley [aut, cre], Michael Sumner [ctb] Maintainer: David Cooley