[Remoterengine-commits] r119 - pkg/RemoteREngine/exec
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Sep 8 14:58:38 CEST 2009
Author: romain
Date: 2009-09-08 14:58:38 +0200 (Tue, 08 Sep 2009)
New Revision: 119
Modified:
pkg/RemoteREngine/exec/remoterengine
Log:
s/silent/quietly/
Modified: pkg/RemoteREngine/exec/remoterengine
===================================================================
--- pkg/RemoteREngine/exec/remoterengine 2009-09-08 12:57:16 UTC (rev 118)
+++ pkg/RemoteREngine/exec/remoterengine 2009-09-08 12:58:38 UTC (rev 119)
@@ -120,8 +120,8 @@
if( JAVA_HOME != "" ){
# then find it from rJava
library( utils )
- require( "methods", silent = TRUE, character.only = TRUE )
- require( "rJava", silent = TRUE, character.only = TRUE )
+ require( "methods", quietly = TRUE, character.only = TRUE )
+ require( "rJava", quietly = TRUE, character.only = TRUE )
.jinit()
JAVA_HOME <- .jcall( "java.lang.System", "S", "getProperty", "java.home" )
if( set ) Sys.setenv( JAVA_HOME = JAVA_HOME )
More information about the Remoterengine-commits
mailing list