{
  "_id": "6a10489dacfb0bcc41c9f3f5",
  "Package": "lazysf",
  "Title": "Delayed Read for 'GDAL' Vector Data Sources",
  "Version": "0.3.0.9009",
  "Authors@R": "person(given = \"Michael\",\nfamily = \"Sumner\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mdsumner@gmail.com\",\ncomment = c(ORCID = \"0000-0002-2471-7511\"))",
  "Description": "Lazy read for drawings. A 'dplyr' back end for data\nsources supported by 'GDAL' vector drivers, that allows working\nwith local or remote sources as if they are in-memory data\nframes. Basic features work with any drawing format ('GDAL\nvector data source') supported by the 'gdalraster' package.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://github.com/hypertidy/lazysf,\nhttps://hypertidy.github.io/lazysf/",
  "BugReports": "https://github.com/hypertidy/lazysf/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Collate": "'GDALVectorResult.R' 'GDALVectorConnection.R'\n'GDALVectorDriver.R' 'connect.R' 'dbplyr.R' 'lazysf-package.R'\n'lazysf.R' 'sql-query-fields.R' 'sql-translation.R' 'helper.R'\n'zzz.R'",
  "Config/pak/sysreqs": "libgdal-dev gdal-bin libgeos-dev libicu-dev\nlibxml2-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": {
    "Date": "2026-05-10 08:55:34 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2471-7511>)",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "MD5sum": "5b346055e13aeecc8fbf94baf3cc0fbc",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "lazysf_0.3.0.9009.tar.gz",
  "_fileid": "d571f10e0fc9f6a54c9a8ddc7af8a355ea899c268581756497e49ed0ecb86b8e",
  "_filesize": 360814,
  "_sha256": "d571f10e0fc9f6a54c9a8ddc7af8a355ea899c268581756497e49ed0ecb86b8e",
  "_created": "2026-05-10T08:55:34.000Z",
  "_published": "2026-05-22T12:14:21.374Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377155294,
      "time": 185,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6902490233"
    },
    {
      "job": 77377155238,
      "time": 189,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6902490015"
    },
    {
      "job": 77377155242,
      "time": 120,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6902585883"
    },
    {
      "job": 77377155170,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6902607981"
    },
    {
      "job": 77377154645,
      "time": 255,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902472614"
    },
    {
      "job": 77377154575,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160203661"
    },
    {
      "job": 77377155175,
      "time": 142,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6902485741"
    },
    {
      "job": 77377155545,
      "time": 132,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6902484697"
    },
    {
      "job": 77377155410,
      "time": 251,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6902495686"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hypertidy/lazysf",
  "_commit": {
    "id": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "Michael Sumner <mdsumner@gmail.com>",
    "message": "cleanup, don't use roxygen for NAMESPACE\n",
    "time": 1773260264
  },
  "_maintainer": {
    "name": "Michael Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "orcid": "0000-0002-2471-7511",
    "uuid": 4107631
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "gdalraster",
      "version": ">= 2.0.0",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dbplyr",
      "version": ">= 2.0.0",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "wk",
      "role": "Imports"
    },
    {
      "package": "bit64",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "role": "Suggests"
    },
    {
      "package": "nanoarrow",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 21
    },
    {
      "week": "2026-11",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.3.0",
      "date": "2026-02-17"
    }
  ],
  "_topics": [
    "spatial-gdal-sf-dbi"
  ],
  "_stars": 29,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 80,
      "uuid": 4107631
    },
    {
      "user": "copilot",
      "count": 5,
      "uuid": 198982749
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 231,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lazysf"
  },
  "_devurl": "https://github.com/hypertidy/lazysf",
  "_pkgdown": "https://hypertidy.github.io/lazysf/",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lazysf.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hypertidy/lazysf",
  "_realowner": "hypertidy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-11-14"
    },
    {
      "version": "0.2.0",
      "date": "2025-04-03"
    },
    {
      "version": "0.3.0",
      "date": "2026-02-17"
    }
  ],
  "_exports": [
    "collect",
    "dbClearResult",
    "dbConnect",
    "dbDataType",
    "dbDisconnect",
    "dbExistsTable",
    "dbFetch",
    "dbGetInfo",
    "dbHasCompleted",
    "dbIsValid",
    "dbListFields",
    "dbListTables",
    "dbReadTable",
    "dbSendQuery",
    "dbUnloadDriver",
    "GDALSQL",
    "lazysf",
    "show"
  ],
  "_help": [
    {
      "page": "collect",
      "title": "Force computation of a GDAL query",
      "topics": [
        "collect"
      ]
    },
    {
      "page": "dbConnect-GDALVectorDriver-method",
      "title": "dbConnect",
      "topics": [
        "dbConnect,GDALVectorDriver-method"
      ]
    },
    {
      "page": "GDALSQL",
      "title": "GDALSQL",
      "topics": [
        "GDALSQL"
      ]
    },
    {
      "page": "lazysf",
      "title": "Delayed (lazy) read for GDAL vector",
      "topics": [
        "lazysf",
        "lazysf.character",
        "lazysf.GDALVectorConnection"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/lazysf/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cli",
    "cpp11",
    "DBI",
    "dbplyr",
    "dplyr",
    "gdalraster",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "nanoarrow",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "Rcpp",
    "RcppInt64",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "wk",
    "xml2",
    "yyjsonr"
  ],
  "_vignettes": [
    {
      "source": "GDALSQL.Rmd",
      "filename": "GDALSQL.html",
      "title": "GDAL SQL with lazysf",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "SQLITE dialect (default)",
        "Spatial SQL functions",
        "GDAL-native functions (no SpatiaLite needed)",
        "SpatiaLite functions (need SpatiaLite-enabled GDAL)",
        "OGRSQL dialect",
        "Direct SQL",
        "GDAL quirks",
        "Arrow stream interface",
        "Geometry formats",
        "Global options"
      ],
      "created": "2020-10-08 07:50:04",
      "modified": "2026-02-18 13:25:24",
      "commits": 8
    }
  ],
  "_score": 5.804820678721162,
  "_indexed": true,
  "_nocasepkg": "lazysf",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.9009",
      "date": "2026-05-10T08:58:02.000Z",
      "distro": "noble",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "93c1e110d8e293266f35cb3d193e6008ff71f7a31cc062d2b2cebdbda22dd377",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0.9009",
      "date": "2026-05-10T08:58:02.000Z",
      "distro": "noble",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "75c3b44228ee8d01303b35ed049c14a8e82996bb12eccfb7243dfe465e86b011",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.9009",
      "date": "2026-05-10T09:15:15.000Z",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "788ae07cccedb042e0db5e4622ea9a7c692ac40d2c61db3fccff6c421d197f46",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0.9009",
      "date": "2026-05-10T09:19:12.000Z",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "18995cfe2b7be0cd07e074f483227bf65ebe2c2b0fb74d19d8a182ddadc34a05",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0.9009",
      "date": "2026-05-10T08:57:00.000Z",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "e19cbb62c0c19ff0d86730d7c70e0c8e87e6d675e18e2cb5f56bc4a24ad15bf2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0.9009",
      "date": "2026-05-10T08:56:56.000Z",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "8f1917f743948062e49a0238b1ac0accf25bfdd89d08a834307028fbcbbaac02",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0.9009",
      "date": "2026-05-10T08:59:00.000Z",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "3271eca3b373edc128cb44f656a0cb307945f53463dc8121adef20ef1f3efea5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0.9009",
      "date": "2026-05-22T12:13:58.000Z",
      "commit": "a71f5f43e0edacebb9a8084561c2af6d5a18414a",
      "fileid": "c476ce2af3fee23ebe7f58ef4734c91aa120965c1b4cb637804b0e16fbf551cf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25624488257"
    }
  ]
}