[Remoterengine-commits] r121 - pkg/RemoteREngine/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Sep 8 15:59:46 CEST 2009
Author: romain
Date: 2009-09-08 15:59:46 +0200 (Tue, 08 Sep 2009)
New Revision: 121
Modified:
pkg/RemoteREngine/R/callback.R
Log:
Modified: pkg/RemoteREngine/R/callback.R
===================================================================
--- pkg/RemoteREngine/R/callback.R 2009-09-08 13:57:27 UTC (rev 120)
+++ pkg/RemoteREngine/R/callback.R 2009-09-08 13:59:46 UTC (rev 121)
@@ -6,7 +6,7 @@
signature <- signature[1]
cb <- if( is.null( object ) ){
- .jnew( "org/rosuda/REngine/remote/common/callbacks", signature )
+ .jnew( "org/rosuda/REngine/remote/common/callbacks/SignedCallback", signature )
} else {
# TODO: bring "object" into java
warning( "ObjectCallback not yet supported" )
More information about the Remoterengine-commits
mailing list