Package: lazysf
Title: Delayed Read for 'GDAL' Vector Data Sources
Version: 0.1.0
Authors@R: 
    person(given = "Michael",
           family = "Sumner",
           role = c("aut", "cre"),
           email = "mdsumner@gmail.com",
           comment = c(ORCID = "0000-0002-2471-7511"))
Description: Lazy read for drawings. A 'dplyr' back end for data sources supported by 
    'GDAL' vector drivers, that allows working with local or remote sources as if they 
    are in-memory data frames. Basic features works with any drawing format ('GDAL vector 
    data source') supported by the 'sf' package. 
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: sf (>= 0.7-0), methods, DBI, tibble, dbplyr, magrittr, dplyr
URL: https://github.com/mdsumner/lazysf
BugReports: https://github.com/mdsumner/lazysf/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Collate: 'SFSQLConnection.R' 'SFSQLDriver.R' 'SFSQLResult.R'
        'connect.R' 'lazysf-package.R' 'lazysf.R' 'utils-pipe.R'
        'zzz.R'
NeedsCompilation: no
Packaged: 2020-11-09 23:59:35 UTC; mdsumner
Author: Michael Sumner [aut, cre] (<https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-14 08:30:02 UTC
Built: R 4.1.0; ; 2021-05-27 11:55:56 UTC; unix
