Revision: 355
http://rpy.svn.sourceforge.net/rpy/?rev=355&view=rev
Author: warnes
Date: 2007-10-08 13:33:53 -0700 (Mon, 08 Oct 2007)
Log Message:
-----------
Change default for rpy_options.VERBOSE to False
Modified Paths:
--------------
trunk/rpy/rpy_options.py
Modified: trunk/rpy/rpy_options.py
===================================================================
--- trunk/rpy/rpy_options.py 2007-10-08 20:26:20 UTC (rev 354)
+++ trunk/rpy/rpy_options.py 2007-10-08 20:33:53 UTC (rev 355)
@@ -28,7 +28,7 @@
'RVER':None, # R Version *number*
'RUSER':None, # R User's Home Directory
'USE_NUMERIC':None, # Is Numeric module available
- 'VERBOSE':True # Should status messages be displated.
+ 'VERBOSE':False # Should status messages be displated.
}
def set_options(RHOME=None, USE_NUMERIC=None, VERBOSE=None):
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list