Package: bundle Title: Serialize Model Objects with a Consistent Interface Version: 0.1.3.9000 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"), comment = c(ROR = "03wc8by49")) ) 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 (>= 4.1) Imports: glue, lifecycle, purrr, rlang, utils, withr Suggests: bonsai, butcher (>= 0.4.0), 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 Config/usethis/last-upkeep: 2025-12-08 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://rstudio.r-universe.dev Date/Publication: 2025-12-10 20:40:26 UTC RemoteUrl: https://github.com/rstudio/bundle RemoteRef: HEAD RemoteSha: 4cdf27a8ebf5a88463a6e40a536d53249ab83e9e NeedsCompilation: no Packaged: 2026-06-06 07:00:02 UTC; root Author: Julia Silge [aut, cre] (ORCID: ), Simon Couch [aut], Qiushi Yan [aut], Max Kuhn [aut], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Julia Silge