Package: sfheaders
Type: Package
Title: Converts Between R Objects and Simple Feature Objects
Date: 2020-10-31
Version: 0.3.0
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
LazyData: true
RoxygenNote: 7.1.0
SystemRequirements: C++11
LinkingTo: geometries, Rcpp
Imports: Rcpp
Suggests: covr, knitr, testthat
NeedsCompilation: yes
Packaged: 2020-10-31 07:23:06 UTC; dave
Author: David Cooley [aut, cre],
  Michael Sumner [ctb]
Maintainer: David Cooley <david.cooley.au@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-31 08:10:02 UTC
