-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 913 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
Package: mlr3db
Title: Data Base Backend for 'mlr3'
Version: 0.1.3
Authors@R:
person(given = "Michel",
family = "Lang",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9754-0393"))
Description: Extends the 'mlr3' package with a backend to
transparently work with data bases. Internally relies on the
abstraction of package 'dbplyr' to interact with one of the many
supported data base management systems (DBMS).
License: LGPL-3
URL: https:///mlr3db.mlr-org.com,
https://github.com/mlr-org/mlr3db
BugReports: https://github.com/mlr-org/mlr3db/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
data.table,
digest,
dplyr,
mlr3 (>= 0.1.4),
R6
Suggests:
DBI,
dbplyr,
lgr,
RSQLite,
testthat,
tibble
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1