Skip to content
Prev 39079 / 63421 Next

Save and serialize

Also, if it it adds any value to what you are looking for, the output
of serialize() also has header information, cf. R-devel thread 'Small
inconsistency in serialize() between R versions and	implications on
digest()' started March 7, 2007:

  http://www.mail-archive.com/r-devel at r-project.org/msg07931.html

It caused us some headaches when trying to generate identical output
of the same input using different versions of R.  It was solved in
that thread.  See code for digest::digest() on how to skip/ignore that
header.

/Henrik
On Mon, Feb 7, 2011 at 1:51 PM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: