Re: [Rd] Package digest broken under R v2.4.0 devel

2006-07-28 Thread Dirk Eddelbuettel
On 28 July 2006 at 08:52, Henrik Bengtsson wrote: | Found the reason for the bug. Patch available online; | | source("http://www.braju.com/R/patches/digest.R";) Splendid -- thank you for both the bug report, and the patch. The new revision digest_0.2.2 includes this patch. I also added unit

Re: [Rd] Package digest broken under R v2.4.0 devel

2006-07-28 Thread Henrik Bengtsson
Found the reason for the bug. Patch available online; source("http://www.braju.com/R/patches/digest.R";) In digest() the .Call() statement takes the serialized objected converted to a string as its second argument; val <- .Call("digest", as.character(object), as.integer(algoint),