-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.04 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
Package: duckdbneo
Title: New Bindings for the DuckDB Database Management System
Version: 0.0.1
Authors@R: c(
person("Hannes", "Mühleisen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8552-0029")),
person("Mark", "Raasveldt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5005-6844")),
person("Stichting DuckDB Foundation", role = "cph")
)
Description: The DuckDB project is an embedded analytical data management
system with support for the Structured Query Language (SQL). This
package includes C and ADBC bindings to duckdb.
License: MIT + file LICENSE
URL: https://duckdb.org/, https://github.com/krlmlr/duckdbneo
BugReports: https://github.com/krlmlr/duckdbneo/issues
Depends:
R (>= 4.0.0)
Imports:
duckdb
Suggests:
adbcdrivermanager,
adbi,
arrow,
DBItest,
rlang,
testthat (>= 3.0.0)
Config/gha/filter: os != "windows-latest"
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000