-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1000 Bytes
/
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
35
36
37
38
39
40
41
42
43
44
45
Package: dbi.table
Type: Package
Title: Database Queries Using 'data.table' Syntax
Version: 1.0.4
Depends:
R (>= 3.6.0)
Imports:
DBI,
bit64,
dbplyr,
methods,
rlang,
stringi,
utils
Suggests:
RMariaDB,
RPostgres,
RSQLite,
data.table,
duckdb,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Description:
Query database tables over a 'DBI' connection using 'data.table' syntax.
Attach database schemas to the search path. Automatically merge using foreign
key constraints.
License: MPL-2.0
URL: https://github.com/kjellpk/dbi.table
BugReports: https://github.com/kjellpk/dbi.table/issues
VignetteBuilder: knitr
Encoding: UTF-8
Authors@R: c(
person(given = c("Kjell", "P."),
family = "Konis",
role = c("aut", "cre"),
email = "kjellk@gmail.com"),
person(given = "Luis",
family = "Rocha",
role = "ctb",
comment = "Chinook Database - see example_files/LICENSE")
)
Config/testthat/edition: 3
RoxygenNote: 7.3.2