Package: bundle
Title: Serialize Model Objects with a Consistent Interface
Version: 0.1.2
Authors@R: c(
    person("Julia", "Silge", , "julia.silge@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3671-836X")),
    person("Simon", "Couch", , "simonpatrickcouch@gmail.com", role = "aut"),
    person("Qiushi", "Yan", , "qiushi.yann@gmail.com", role = "aut"),
    person("Max", "Kuhn", , "max@posit.co", role = "aut"),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Typically, models in 'R' exist in memory and can be saved via
    regular 'R' serialization. However, some models store information in
    locations that cannot be saved using 'R' serialization alone. The goal
    of 'bundle' is to provide a common interface to capture this
    information, situate it within a portable object, and restore it for
    use in new settings.
License: MIT + file LICENSE
URL: https://github.com/rstudio/bundle,
        https://rstudio.github.io/bundle/
BugReports: https://github.com/rstudio/bundle/issues
Depends: R (>= 3.6)
Imports: glue, purrr, rlang, utils, withr
Suggests: bonsai, butcher, callr, caret, covr, dbarts, embed, h2o,
        keras, kernlab, knitr, luz, MASS, modeldata, parsnip, recipes,
        renv, rmarkdown, stacks, tensorflow, testthat (>= 3.0.0),
        torch, torchvision, uwot, vetiver, workflows, xgboost (>=
        1.6.0.1)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-12 02:39:09 UTC; juliasilge
Author: Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>),
  Simon Couch [aut],
  Qiushi Yan [aut],
  Max Kuhn [aut],
  Posit Software, PBC [cph, fnd]
Maintainer: Julia Silge <julia.silge@posit.co>
Repository: CRAN
Date/Publication: 2024-11-12 10:30:02 UTC
Built: R 4.5.2; ; 2025-11-01 02:09:54 UTC; windows
