Package: lazysf
Title: Delayed Read for 'GDAL' Vector Data Sources
Version: 0.4.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 work with any drawing format ('GDAL vector 
    data source') supported by the 'gdalraster' package. 
License: GPL-3
Encoding: UTF-8
RoxygenNote: 8.0.0
Depends: R (>= 4.1.0)
Imports: gdalraster (>= 2.0.0), methods, DBI, tibble, dbplyr (>=
        2.0.0), dplyr, wk
URL: https://github.com/hypertidy/lazysf,
        https://hypertidy.github.io/lazysf/
BugReports: https://github.com/hypertidy/lazysf/issues
Suggests: bit64, nanoarrow, testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
Collate: 'GDALVectorResult.R' 'GDALVectorConnection.R'
        'GDALVectorDriver.R' 'connect.R' 'dbplyr.R' 'helper.R'
        'lazysf-package.R' 'lazysf.R' 'sql-query-fields.R'
        'sql-translation.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2026-07-13 00:25:45 UTC; mdsumner
Author: Michael Sumner [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-13 05:10:02 UTC
