Package: lazysf
Title: Delayed Read for 'GDAL' Vector Data Sources
Version: 0.2.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
RoxygenNote: 7.3.2
Imports: sf (>= 0.7-0), methods, DBI, tibble, dbplyr, magrittr, dplyr
URL: https://github.com/hypertidy/lazysf,
        https://hypertidy.github.io/lazysf/
BugReports: https://github.com/hypertidy/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: 2025-04-03 05:51:22 UTC; mdsumner
Author: Michael Sumner [aut, cre] (<https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-03 06:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:13:24 UTC; unix
