bundle: Serialize Model Objects with a Consistent Interface

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.

Version: 0.1.1
Depends: R (≥ 3.6)
Imports: glue, purrr, rlang, utils, withr
Suggests: bonsai, butcher, callr, caret, covr, embed, h2o, keras, kernlab, knitr, luz, MASS, modeldata, parsnip, recipes, renv, rmarkdown, stacks, tensorflow, testthat (≥ 3.0.0), torch, torchvision, uwot, vetiver, workflows, xgboost
Published: 2023-09-09
Author: Julia Silge ORCID iD [aut, cre], Simon Couch [aut], Qiushi Yan [aut], Max Kuhn [aut], Posit Software, PBC [cph, fnd]
Maintainer: Julia Silge <julia.silge at posit.co>
BugReports: https://github.com/rstudio/bundle/issues
License: MIT + file LICENSE
URL: https://github.com/rstudio/bundle, https://rstudio.github.io/bundle/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: bundle results

Documentation:

Reference manual: bundle.pdf
Vignettes: Getting started with bundle

Downloads:

Package source: bundle_0.1.1.tar.gz
Windows binaries: r-devel: bundle_0.1.1.zip, r-release: bundle_0.1.1.zip, r-oldrel: bundle_0.1.1.zip
macOS binaries: r-release (arm64): bundle_0.1.1.tgz, r-oldrel (arm64): bundle_0.1.1.tgz, r-release (x86_64): bundle_0.1.1.tgz
Old sources: bundle archive

Reverse dependencies:

Reverse imports: vetiver

Linking:

Please use the canonical form https://CRAN.R-project.org/package=bundle to link to this page.