bundle

From MaRDI portal
Software:79417



CRANbundleMaRDI QIDQ79417

Serialize Model Objects with a Consistent Interface

Simon P. Couch, Julia Silge, Max Kuhn, Qiushi Yan

Last update: 9 September 2023

Software version identifier: 0.1.0, 0.1.1


Copyright license: MIT license, File License

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.