Package: sfheaders
Type: Package
Title: Converts Between R Objects and Simple Feature Objects
Date: 2020-03-19
Version: 0.2.1
Authors@R: c(
    person("David", "Cooley", ,"david.cooley.au@gmail.com", role = c("aut", "cre"))
    )
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: GPL-3
URL: https://dcooley.github.io/sfheaders/
BugReports: https://github.com/dcooley/sfheaders/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
SystemRequirements: C++11
LinkingTo: Rcpp
Imports: Rcpp
Suggests: covr, knitr, testthat
NeedsCompilation: yes
Packaged: 2020-03-19 09:10:27 UTC; dave
Author: David Cooley [aut, cre]
Maintainer: David Cooley <david.cooley.au@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-19 18:30:06 UTC
