Package: mlr3db
Title: Data Base Backend for 'mlr3'
Version: 0.1.3
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, 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
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-10-29 16:55:46 UTC; michel
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-29 17:10:02 UTC
