Package: lazysf Title: Delayed Read for 'GDAL' Vector Data Sources Version: 0.3.0.9009 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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, sf, nanoarrow, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Collate: 'GDALVectorResult.R' 'GDALVectorConnection.R' 'GDALVectorDriver.R' 'connect.R' 'dbplyr.R' 'lazysf-package.R' 'lazysf.R' 'sql-query-fields.R' 'sql-translation.R' 'helper.R' 'zzz.R' Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libicu-dev libxml2-dev libzstd-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-03-11 20:17:44 UTC RemoteUrl: https://github.com/hypertidy/lazysf RemoteRef: HEAD RemoteSha: a71f5f43e0edacebb9a8084561c2af6d5a18414a NeedsCompilation: no Packaged: 2026-06-09 06:47:38 UTC; root Author: Michael Sumner [aut, cre] (ORCID: ) Maintainer: Michael Sumner