Just been reading R internals, and noticed a typo (duplicate "should") - patch attached, and also pasted below: --- ./doc/manual/R-ints.texi.orig 2007-02-13 10:30:38.000000000 +0000 +++ ./doc/manual/R-ints.texi 2007-03-26 15:25:08.000000000 +0100 @@ -1093,7 +1093,7 @@ contain references to environments, which then have enclosing environments and so on. (Environments recognized as package or name space environments are saved by name.) Further, there are `reference -objects' which are not duplicated on copy and should should remain +objects' which are not duplicated on copy and should remain shared on unserialization. These are weak references, external pointers and environments other than those associated with packages, name spaces and the global environment. These are handled via a hash table, and -------------- next part -------------- A non-text attachment was scrubbed... Name: R-ints.patch Type: text/x-patch Size: 707 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-devel/attachments/20070326/dab836e7/attachment.bin
typo in R-ints
2 messages · Hin-Tak Leung, Duncan Murdoch
On 3/26/2007 10:30 AM, Hin-Tak Leung wrote:
Just been reading R internals, and noticed a typo (duplicate "should") - patch attached, and also pasted below:
Thanks, I'll commit the change. Duncan Murdoch
--- ./doc/manual/R-ints.texi.orig 2007-02-13 10:30:38.000000000 +0000 +++ ./doc/manual/R-ints.texi 2007-03-26 15:25:08.000000000 +0100 @@ -1093,7 +1093,7 @@ contain references to environments, which then have enclosing environments and so on. (Environments recognized as package or name space environments are saved by name.) Further, there are `reference -objects' which are not duplicated on copy and should should remain +objects' which are not duplicated on copy and should remain shared on unserialization. These are weak references, external pointers and environments other than those associated with packages, name spaces and the global environment. These are handled via a hash table, and ------------------------------------------------------------------------
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel