-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.49 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.49 KB
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
46
47
48
49
Package: mlr3db
Title: Data Base Backend for 'mlr3'
Version: 0.7.1.9000
Authors@R: c(
person("Michel", "Lang", , "michellang@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
person("Lona", "Koers", , "lona.koers@gmail.com", role = "aut"),
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400"))
)
Description: Extends the 'mlr3' package with a backend to transparently
work with databases such as 'SQLite', 'DuckDB', 'MySQL', 'MariaDB', or
'PostgreSQL'. The package provides three additional backends:
'DataBackendDplyr' relies on the abstraction of package 'dbplyr' to
interact with most DBMS. 'DataBackendDuckDB' operates on 'DuckDB' data
bases and also on Apache Parquet files. 'DataBackendPolars' operates on
'Polars' data frames.
License: LGPL-3
URL: https://mlr3db.mlr-org.com, https://github.com/mlr-org/mlr3db
BugReports: https://github.com/mlr-org/mlr3db/issues
Depends:
mlr3 (>= 1.5.0),
R (>= 3.1.0)
Imports:
backports,
checkmate,
data.table,
mlr3misc (>= 0.10.0),
R6
Suggests:
DBI,
dbplyr,
dplyr,
duckdb (>= 0.4.0),
future,
future.apply,
future.callr,
hms,
lgr,
polars (>= 1.1.0),
RSQLite,
rlang,
testthat (>= 3.0.0),
tibble
Additional_repositories: https://community.r-multiverse.org
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3