Package: vetiver
Title: Version, Share, Deploy, and Monitor Models
Version: 0.1.0
Authors@R: c(
    person("Julia", "Silge", , "julia.silge@rstudio.com", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0002-3671-836X")),
    person("RStudio", role = "cph")
  )
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.tidymodels.org/,
        https://github.com/tidymodels/vetiver
BugReports: https://github.com/tidymodels/vetiver/issues
Imports: butcher, cli, glue, hardhat, httr, jsonlite, pins (>= 1.0.0),
        plumber (>= 1.0.0), purrr, rapidoc, readr (>= 1.4.0), rlang,
        tibble, vctrs, withr
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), xgboost
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-10-29 21:57:38 UTC; juliasilge
Author: Julia Silge [cre, aut] (<https://orcid.org/0000-0002-3671-836X>),
  RStudio [cph]
Maintainer: Julia Silge <julia.silge@rstudio.com>
Repository: CRAN
Date/Publication: 2021-11-02 09:20:02 UTC
