Package: vetiver
Title: Version, Share, Deploy, and Monitor Models
Version: 0.1.6
Authors@R: c(
    person("Julia", "Silge", , "julia.silge@rstudio.com", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0002-3671-836X")),
    person("RStudio", role = c("cph", "fnd"))
  )
Description: The goal of 'vetiver' is to provide fluent tooling to
    version, share, deploy, and monitor a trained model. Functions handle
    both recording and checking the model's input data prototype, and
    predicting from a remote API endpoint. The 'vetiver' package is
    extensible, with generics that can support many kinds of models.
License: MIT + file LICENSE
URL: https://vetiver.rstudio.com, https://rstudio.github.io/vetiver-r/,
        https://github.com/rstudio/vetiver-r/
BugReports: https://github.com/rstudio/vetiver-r/issues
Depends: R (>= 3.4)
Imports: butcher, cli, fs, generics, glue, hardhat, httr, jsonlite,
        lifecycle, magrittr (>= 2.0.3), pins (>= 1.0.0), plumber (>=
        1.0.0), purrr, rapidoc, readr (>= 1.4.0), renv, rlang (>=
        1.0.0), tibble, vctrs, withr
Suggests: callr, caret, covr, curl, dplyr, flexdashboard, ggplot2,
        httpuv, knitr, LiblineaR, mlr3, mlr3data, mlr3learners,
        modeldata, parsnip, pingr, plotly, ranger, recipes, rmarkdown,
        rpart, rsconnect, slider (>= 0.2.2), testthat (>= 3.0.0),
        tidyselect, vdiffr, workflows, xgboost, yardstick
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate, rstudio/connectapi
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-07-06 00:31:40 UTC; juliasilge
Author: Julia Silge [cre, aut] (<https://orcid.org/0000-0002-3671-836X>),
  RStudio [cph, fnd]
Maintainer: Julia Silge <julia.silge@rstudio.com>
Repository: CRAN
Date/Publication: 2022-07-06 06:20:02 UTC
