Skip to content

Finalizer function?

1 message · Tim Keitt

#
I have some code that calls R's finalizer interface, e.g.,

.Call('R_RegisterFinalizerEx', object, function, TRUE)

This worked pre 1.6, but now I get '.Call function name not in call
table'. Are functions listed in Rinternals.h no longer available in
.Call? Or is this a namespace issue? How do I reference the function?

Thanks.

Tim