Package: mlr3db
Title: Data Base Backend for 'mlr3'
Version: 0.4.2
Authors@R: 
    person(given = "Michel",
           family = "Lang",
           role = c("cre", "aut"),
           email = "michellang@gmail.com",
           comment = c(ORCID = "0000-0001-9754-0393"))
Description: Extends the 'mlr3' package with a backend to
    transparently work with databases. Includes two extra backends:
    One relies on relies on the abstraction of package 'dbplyr' to interact with
    one of the many supported database management systems (DBMS). The other one
    is specialized for package 'duckdb'.
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 (>= 0.13.0), R (>= 3.1.0)
Imports: R6, backports, checkmate, data.table, mlr3misc (>= 0.9.3),
Suggests: DBI, RSQLite, dbplyr, dplyr, duckdb (>= 0.3.1), future,
        future.apply, future.callr, lgr, testthat (>= 3.0.0), tibble
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-17 16:50:11 UTC; michel
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-17 17:00:02 UTC
Built: R 4.0.2; ; 2021-11-18 12:08:48 UTC; unix
