-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
34 lines (34 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: duckdbfs
Title: High Performance Remote File System, Database and 'Geospatial' Access Using 'duckdb'
Version: 0.0.7
Authors@R:
c(person("Carl", "Boettiger", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Michael D.","Sumner", role = c("ctb"), email =
"[email protected]", 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.1
URL: https://github.com/cboettig/duckdbfs, https://cboettig.github.io/duckdbfs/
BugReports: https://github.com/cboettig/duckdbfs/issues
Imports:
DBI,
dbplyr,
dplyr,
duckdb (>= 0.9.2),
fs,
glue
Suggests:
curl,
sf,
jsonlite,
spelling,
minioclient,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US