Type: Package
Package: mlflow
Title: Interface to 'MLflow'
Version: 1.13.1
Authors@R: c(
  person("Matei", "Zaharia", email = "matei@databricks.com", role = c("aut", "cre")),
  person("Javier", "Luraschi", email = "jluraschi@gmail.com", role = c("aut")),
  person("Kevin", "Kuo", role = c("aut"), email = "kevin.kuo@rstudio.com",
         comment = c(ORCID = "0000-0001-7803-7901")),
  person(family = "RStudio", role = c("cph"))
  )
Maintainer: Matei Zaharia <matei@databricks.com>
Description: R interface to 'MLflow', open source platform for
    the complete machine learning life cycle, see <https://mlflow.org/>.
    This package supports installing 'MLflow', tracking experiments,
    creating and running projects, and saving and serving models.
License: Apache License 2.0
URL: https://github.com/mlflow/mlflow
BugReports: https://github.com/mlflow/mlflow/issues
Depends: R (>= 3.3.0)
Imports: base64enc, forge, fs, git2r, glue, httpuv, httr, ini,
        jsonlite, openssl, processx, purrr, reticulate, rlang (>=
        0.2.0), swagger, tibble (>= 2.0.0), withr, xml2, yaml, zeallot
Suggests: covr, carrier, keras, lintr, testthat (>= 2.0.0), stringi (<
        1.4.4), xgboost, h2o
RoxygenNote: 7.1.1
Collate: 'cli.R' 'databricks-utils.R' 'globals.R' 'imports.R'
        'install.R' 'logging.R' 'mlflow-package.R' 'model-crate.R'
        'model-python.R' 'model-utils.R' 'model-h2o.R' 'model-keras.R'
        'model-serve.R' 'model-swagger.R' 'model-xgboost.R' 'model.R'
        'project-param.R' 'project-run.R' 'project-source.R' 'python.R'
        'tracking-client.R' 'tracking-experiments.R'
        'tracking-observer.R' 'tracking-globals.R' 'tracking-rest.R'
        'tracking-runs.R' 'tracking-server.R' 'tracking-ui.R'
        'tracking-utils.R'
NeedsCompilation: no
Packaged: 2021-01-05 00:07:20 UTC; jenkins
Author: Matei Zaharia [aut, cre],
  Javier Luraschi [aut],
  Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
  RStudio [cph]
Repository: CRAN
Date/Publication: 2021-01-06 07:20:02 UTC
