{
  "_id": "6a0f6596acfb0bcc41c5d1c1",
  "Package": "duckdbfs",
  "Title": "High Performance Remote File System, Database and 'Geospatial'\nAccess Using 'duckdb'",
  "Version": "0.1.2.99",
  "Authors@R": "c(person(\"Carl\", \"Boettiger\", , \"cboettig@gmail.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-1642-628X\")),\nperson(\"Michael D.\",\"Sumner\", role = c(\"ctb\"), email =\n\"mdsumner@gmail.com\", comment=c(ORCID = \"0000-0002-2471-7511\")))",
  "Description": "Provides friendly wrappers for creating 'duckdb'-backed\nconnections to tabular datasets ('csv', parquet, etc) on local\nor remote file systems. This mimics the behaviour of\n\"open_dataset\" in the 'arrow' package, but in addition to 'S3'\nfile system also generalizes to any list of 'http' URLs.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://github.com/cboettig/duckdbfs,\nhttps://cboettig.github.io/duckdbfs/",
  "BugReports": "https://github.com/cboettig/duckdbfs/issues",
  "Config/testthat/edition": "3",
  "Language": "en-US",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev xz-utils",
  "Repository": "https://cboettig.r-universe.dev",
  "Date/Publication": "2026-04-21 22:41:56 UTC",
  "RemoteUrl": "https://github.com/cboettig/duckdbfs",
  "RemoteRef": "HEAD",
  "RemoteSha": "0b48916e7b4085d951318e2bd42d14c9433fa182",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 10:07:59 UTC",
    "User": "root"
  },
  "Author": "Carl Boettiger [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-1642-628X>),\nMichael D. Sumner [ctb] (ORCID:\n<https://orcid.org/0000-0002-2471-7511>)",
  "Maintainer": "Carl Boettiger <cboettig@gmail.com>",
  "MD5sum": "a3e2ded0bbf28d9ce64f03a5b1794450",
  "_user": "cboettig",
  "_type": "src",
  "_file": "duckdbfs_0.1.2.99.tar.gz",
  "_fileid": "9a781ef28a29f7b065d0a644fa7a470ef67b6324d0d56a15fef020a24cf3c228",
  "_filesize": 679674,
  "_sha256": "9a781ef28a29f7b065d0a644fa7a470ef67b6324d0d56a15fef020a24cf3c228",
  "_created": "2026-05-21T10:07:59.000Z",
  "_published": "2026-05-21T20:05:42.030Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77258443607,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132988550"
    },
    {
      "job": 77258443841,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132989445"
    },
    {
      "job": 77258443707,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132978499"
    },
    {
      "job": 77258443837,
      "time": 103,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132980408"
    },
    {
      "job": 77258443076,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132944534"
    },
    {
      "job": 77258443142,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7145996227"
    },
    {
      "job": 77258443836,
      "time": 73,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132970299"
    },
    {
      "job": 77258444077,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132973313"
    },
    {
      "job": 77258443541,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132974940"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cboettig/duckdbfs",
  "_commit": {
    "id": "0b48916e7b4085d951318e2bd42d14c9433fa182",
    "author": "Carl Boettiger <cboettig@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #56 from cboettig/quick-wins\n\nQuick wins: fix #21, improve to_sf (#30/#18), docs for #44/#54",
    "time": 1776811316
  },
  "_maintainer": {
    "name": "Carl Boettiger",
    "email": "cboettig@gmail.com",
    "login": "cboettig",
    "mastodon": "@cboettig@ecoevo.social",
    "bluesky": "@cboettig.bsky.social",
    "orcid": "0000-0002-1642-628X",
    "description": "",
    "uuid": 222586
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "dbplyr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "duckdb",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "minioclient",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cboettig",
  "_selfowned": true,
  "_usedby": 6,
  "_updates": [
    {
      "week": "2025-22",
      "n": 1
    },
    {
      "week": "2025-25",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 10
    },
    {
      "week": "2025-32",
      "n": 2
    },
    {
      "week": "2025-37",
      "n": 3
    },
    {
      "week": "2025-41",
      "n": 5
    },
    {
      "week": "2025-42",
      "n": 6
    },
    {
      "week": "2025-48",
      "n": 2
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 101,
  "_contributors": [
    {
      "user": "cboettig",
      "count": 206,
      "uuid": 222586
    },
    {
      "user": "einarhjorleifsson",
      "count": 2,
      "uuid": 948860
    },
    {
      "user": "mdsumner",
      "count": 2,
      "uuid": 4107631
    }
  ],
  "_userbio": {
    "uuid": 222586,
    "type": "user",
    "name": "Carl Boettiger"
  },
  "_downloads": {
    "count": 1659,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/duckdbfs"
  },
  "_devurl": "https://github.com/cboettig/duckdbfs",
  "_pkgdown": "https://cboettig.github.io/duckdbfs/",
  "_searchresults": 186,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/duckdbfs.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/cboettig/duckdbfs",
  "_realowner": "cboettig",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2023-08-09"
    },
    {
      "version": "0.0.2",
      "date": "2023-09-07"
    },
    {
      "version": "0.0.3",
      "date": "2023-10-19"
    },
    {
      "version": "0.0.4",
      "date": "2024-02-28"
    },
    {
      "version": "0.0.5",
      "date": "2024-08-17"
    },
    {
      "version": "0.0.7",
      "date": "2024-08-29"
    },
    {
      "version": "0.0.8",
      "date": "2024-12-09"
    },
    {
      "version": "0.0.9",
      "date": "2024-12-17"
    },
    {
      "version": "0.1.0",
      "date": "2025-04-04"
    },
    {
      "version": "0.1.1",
      "date": "2025-07-17"
    },
    {
      "version": "0.1.2",
      "date": "2025-10-12"
    }
  ],
  "_exports": [
    "as_dataset",
    "as_view",
    "cached_connection",
    "close_connection",
    "duckdb_config",
    "duckdb_connect",
    "duckdb_extensions",
    "duckdb_get_config",
    "duckdb_reset",
    "duckdb_s3_config",
    "duckdb_secrets",
    "load_h3",
    "load_spatial",
    "open_dataset",
    "raw_sql",
    "spatial_join",
    "st_read_meta",
    "to_geojson",
    "to_h3j",
    "to_sf",
    "write_dataset",
    "write_geo"
  ],
  "_help": [
    {
      "page": "as_dataset",
      "title": "as_dataset",
      "topics": [
        "as_dataset"
      ]
    },
    {
      "page": "as_view",
      "title": "as_view",
      "topics": [
        "as_view"
      ]
    },
    {
      "page": "cached_connection",
      "title": "create a cachable duckdb connection",
      "topics": [
        "cached_connection",
        "duckdb_connect"
      ]
    },
    {
      "page": "close_connection",
      "title": "close connection",
      "topics": [
        "close_connection"
      ]
    },
    {
      "page": "duckdb_config",
      "title": "duckdb configuration",
      "topics": [
        "duckdb_config"
      ]
    },
    {
      "page": "duckdb_extensions",
      "title": "show duckdb extensions",
      "topics": [
        "duckdb_extensions"
      ]
    },
    {
      "page": "duckdb_get_config",
      "title": "duckdb reset configuration to default",
      "topics": [
        "duckdb_get_config"
      ]
    },
    {
      "page": "duckdb_reset",
      "title": "duckdb reset configuration to default",
      "topics": [
        "duckdb_reset"
      ]
    },
    {
      "page": "duckdb_s3_config",
      "title": "Configure S3 settings for database connection",
      "topics": [
        "duckdb_s3_config"
      ]
    },
    {
      "page": "duckdb_secrets",
      "title": "duckdb secrets",
      "topics": [
        "duckdb_secrets"
      ]
    },
    {
      "page": "load_h3",
      "title": "load the duckdb geospatial data plugin",
      "topics": [
        "load_h3"
      ]
    },
    {
      "page": "load_spatial",
      "title": "load the duckdb geospatial data plugin",
      "topics": [
        "load_spatial"
      ]
    },
    {
      "page": "open_dataset",
      "title": "Open a dataset from a variety of sources",
      "topics": [
        "open_dataset"
      ]
    },
    {
      "page": "raw_sql",
      "title": "Run a raw SQL query and return a lazy table",
      "topics": [
        "raw_sql"
      ]
    },
    {
      "page": "spatial_join",
      "title": "spatial_join",
      "topics": [
        "spatial_join"
      ]
    },
    {
      "page": "st_read_meta",
      "title": "read spatial metadata",
      "topics": [
        "st_read_meta"
      ]
    },
    {
      "page": "to_geojson",
      "title": "Write geojson using duckdb's native JSON writer",
      "topics": [
        "to_geojson"
      ]
    },
    {
      "page": "to_h3j",
      "title": "Write H3 hexagon data out as an h3j-compliant JSON file NOTE: the column containing H3 hashes must be named 'hexid'",
      "topics": [
        "to_h3j"
      ]
    },
    {
      "page": "to_json",
      "title": "to_json write data out as a JSON object",
      "topics": [
        "to_json"
      ]
    },
    {
      "page": "to_sf",
      "title": "Convert output to sf object",
      "topics": [
        "to_sf"
      ]
    },
    {
      "page": "write_dataset",
      "title": "write_dataset",
      "topics": [
        "write_dataset"
      ]
    },
    {
      "page": "write_geo",
      "title": "Write a spatial file with gdal",
      "topics": [
        "write_geo"
      ]
    }
  ],
  "_readme": "https://github.com/cboettig/duckdbfs/raw/HEAD/README.md",
  "_rundeps": [
    "blob",
    "cli",
    "cpp11",
    "DBI",
    "dbplyr",
    "dplyr",
    "duckdb",
    "fs",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 8.748953209128226,
  "_indexed": true,
  "_nocasepkg": "duckdbfs",
  "_universes": [
    "cboettig"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:10:06.000Z",
      "distro": "noble",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "3b5cee1fa358def238ea5fc487c0d548950503aa3e1a2280bad767e000ea03c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:10:10.000Z",
      "distro": "noble",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "33ce8da5cafa1eebc77d423eb37ba9f7dc6588b2311417facb817211649cc45e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:09:40.000Z",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "730278e788a2661a27abebbb7781b520b63c017ff7110a024dc4642ab0038400",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:09:41.000Z",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "9b4417cebfdacc426d75267f0925d74f36dcd37ceae7d2ee32ff4846da3a01b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2.99",
      "date": "2026-05-21T20:05:25.000Z",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "32bf40206961268ac8717f827d88e542975faf71c1c2f792cedcb8a11b26f47c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:09:09.000Z",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "d280666f7ffda0e846f80e6c948428351d5b146fb60d0127354ca532eb30efee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:09:18.000Z",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "68cf75cb9e3a80e5b4c2c035b9fdd7761269580b863d1da88b1e35472f53572b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2.99",
      "date": "2026-05-21T10:09:22.000Z",
      "commit": "0b48916e7b4085d951318e2bd42d14c9433fa182",
      "fileid": "ea9279ff345eed533c07b10c94c2aae7a2a627cd8a84940c25bb19c83630e60c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cboettig/actions/runs/26219369499"
    }
  ]
}