Package: mlflow
Type: Package
Title: Interface to 'MLflow'
Version: 0.7.0
Authors@R: c(
  person("Matei", "Zaharia", email = "matei@databricks.com", role = c("aut", "cre")),
  person("Javier", "Luraschi", email = "javier@rstudio.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
SystemRequirements: MLflow (https://www.mlflow.org/)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.2)
Imports: aws.s3, forge, fs, git2r, httpuv, httr, jsonlite, openssl,
        processx, reticulate, packrat, purrr, swagger, withr, xml2,
        yaml, pryr, rlang (>= 0.2.0)
RoxygenNote: 6.1.0
Suggests: covr, keras, lintr, testthat
NeedsCompilation: no
Packaged: 2018-09-28 19:17:25 UTC; tomas
Author: Matei Zaharia [aut, cre],
  Javier Luraschi [aut],
  Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
  RStudio [cph]
Repository: CRAN
Date/Publication: 2018-10-06 21:30:03 UTC
