Package: sfheaders
Type: Package
Title: Converts Between R Objects and Simple Feature Objects
Date: 2020-01-20
Version: 0.1.0
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: 6.1.1
SystemRequirements: C++11
LinkingTo: Rcpp
Imports: Rcpp
Suggests: testthat, covr
NeedsCompilation: yes
Packaged: 2020-01-19 23:26:31 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <david.cooley.au@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-20 06:50:02 UTC
