Package: mlr3oml Title: Connector Between 'mlr3' and 'OpenML' Version: 0.12.0 Authors@R: c( person("Michel", "Lang", , "michellang@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")), person("Sebastian", "Fischer", , "sebf.fischer@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-9609-3197")) ) Description: Provides an interface to 'OpenML.org' to list and download machine learning data, tasks and experiments. The 'OpenML' objects can be automatically converted to 'mlr3' objects. For a more sophisticated interface with more upload options, see the 'OpenML' package. License: LGPL-3 URL: https://mlr3oml.mlr-org.com, https://github.com/mlr-org/mlr3oml BugReports: https://github.com/mlr-org/mlr3oml/issues Depends: R (>= 3.1.0) Imports: backports (>= 1.1.6), bit64, checkmate, curl, data.table, jsonlite, lgr, methods, mlr3 (>= 0.16.0), mlr3misc (>= 0.7.0), paradox, R6, stringi, uuid, withr Suggests: DBI, duckdb (>= 0.6.0), mlr3db (>= 0.5.0), qs2, RWeka, testthat (>= 3.0.0), xml2, httr Config/testthat/edition: 3 Encoding: UTF-8 NeedsCompilation: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/Needs/website: rmarkdown Config/pak/sysreqs: cmake libicu-dev libssl-dev Repository: https://mlr-org.r-universe.dev Date/Publication: 2026-01-28 10:15:46 UTC RemoteUrl: https://github.com/mlr-org/mlr3oml RemoteRef: v0.12.0 RemoteSha: c0f9691eb905daf86ab3be8bd0be317614cfb725 Packaged: 2026-06-24 00:59:55 UTC; root Author: Michel Lang [aut] (ORCID: ), Sebastian Fischer [cre, aut] (ORCID: ) Maintainer: Sebastian Fischer