Package: mlr3db
Title: Data Base Backend for 'mlr3'
Version: 0.1.1
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 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
BugReports: https://github.com/mlr-org/mlr3db/issues
Depends: R (>= 3.1.0)
Imports: checkmate, data.table, digest, dplyr, mlr3 (>= 0.1.1), R6
Suggests: DBI, dbplyr, lgr, RSQLite, testthat, tibble
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-29 08:38:08 UTC; lang
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-01 10:10:02 UTC
