Package: duckdbfs
Title: High Performance Remote File System Access Using 'duckdb'
Version: 0.0.2
Authors@R: 
  person("Carl", "Boettiger", , "cboettig@gmail.com", c("aut", "cre"),
         comment = c(ORCID = "0000-0002-1642-628X"))
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
RoxygenNote: 7.2.3
URL: https://github.com/cboettig/duckdbfs,
        https://cboettig.github.io/duckdbfs/
BugReports: https://github.com/cboettig/duckdbfs/issues
Imports: DBI, dbplyr, dplyr, duckdb (>= 0.8.1)
Suggests: sf, jsonlite, spelling, minioclient, testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2023-09-06 23:03:16 UTC; rstudio
Author: Carl Boettiger [aut, cre] (<https://orcid.org/0000-0002-1642-628X>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-06 23:32:33 UTC
