Type: Package
Package: mlflow
Title: Interface to 'MLflow'
Version: 3.6.0
Authors@R: 
    c(person(given = "Ben",
             family = "Wilson",
             role = c("aut", "cre"),
             email = "benjamin.wilson@databricks.com"),
      person(given = "Matei",
             family = "Zaharia",
             role = "aut",
             email = "matei@databricks.com"),
      person(given = "Javier",
             family = "Luraschi",
             role = "aut",
             email = "jluraschi@gmail.com"),
      person(given = "Kevin",
             family = "Kuo",
             role = "aut",
             email = "kevin.kuo@rstudio.com",
             comment = c(ORCID = "0000-0001-7803-7901")),
      person(family = "RStudio",
             role = "cph"))
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, fs, git2r, glue, httpuv, httr, ini, jsonlite,
        openssl, processx, purrr, rlang (>= 0.2.0), swagger, tibble (>=
        2.0.0), withr, yaml, zeallot
Suggests: carrier, covr, h2o, keras, lintr, sparklyr, stringi, testthat
        (>= 2.0.0), reticulate, xgboost
Encoding: UTF-8
RoxygenNote: 7.1.2
Collate: 'cast-utils.R' 'cli.R' 'databricks-utils.R' 'globals.R'
        'imports.R' 'logging.R' 'mlflow-package.R' 'model-crate.R'
        'model-python.R' 'model.R' 'model-utils.R' 'model-h2o.R'
        'model-keras.R' 'model-registry.R' 'model-serve.R'
        'model-swagger.R' 'model-xgboost.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: 2025-11-14 18:32:23 UTC; root
Author: Ben Wilson [aut, cre],
  Matei Zaharia [aut],
  Javier Luraschi [aut],
  Kevin Kuo [aut] (ORCID: <https://orcid.org/0000-0001-7803-7901>),
  RStudio [cph]
Maintainer: Ben Wilson <benjamin.wilson@databricks.com>
Repository: CRAN
Date/Publication: 2025-11-14 21:30:02 UTC
