Package: duckdbfs Title: High Performance Remote File System, Database and 'Geospatial' Access Using 'duckdb' Version: 0.1.2.99 Authors@R: c(person("Carl", "Boettiger", , "cboettig@gmail.com", c("aut", "cre"), comment = c(ORCID = "0000-0002-1642-628X")), person("Michael D.","Sumner", role = c("ctb"), email = "mdsumner@gmail.com", comment=c(ORCID = "0000-0002-2471-7511"))) Description: Provides friendly wrappers for creating 'duckdb'-backed connections to tabular datasets ('csv', parquet, etc) on local or remote file systems. This mimics the behaviour of "open_dataset" in the 'arrow' package, but in addition to 'S3' file 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, https://cboettig.github.io/duckdbfs/ BugReports: https://github.com/cboettig/duckdbfs/issues Depends: R (>= 4.2) Imports: DBI, dbplyr, dplyr, duckdb (>= 1.1), fs, glue Suggests: curl, sf, jsonlite, spelling, minioclient, testthat (>= 3.0.0) 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: 2026-06-20 06:56:20 UTC; root Author: Carl Boettiger [aut, cre] (ORCID: ), Michael D. Sumner [ctb] (ORCID: ) Maintainer: Carl Boettiger