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
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),