You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle package has bundle() and unbundle() for marshalling and unmarshalling of model-based objects, cf. https://github.com/rstudio/bundle/tree/main/R. Implementing marshal() and unmarshal() S3 methods for those will be a good case study and add more test cases.
The bundle package has
bundle()
andunbundle()
for marshalling and unmarshalling of model-based objects, cf. https://github.com/rstudio/bundle/tree/main/R. Implementingmarshal()
andunmarshal()
S3 methods for those will be a good case study and add more test cases./ht @dfalbel /cc @simonpcouch @juliasilge
The text was updated successfully, but these errors were encountered: