Bugs item #1699801, was opened at 2007-04-13 04:39
Message generated for change (Settings changed) made by warnes
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1699801&group_id=48422
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: VERBOSE
Initial Comment:
It is not documented anywhere how to make RPY silent, I am getting everytime I
import:
>>> import rpy
RHOME= /usr/lib/R
RVERSION= 2.4.1
RVER= 2041
RUSER= /home/br0th3r
Loading Rpy version 2041 .. Done.
Creating the R object 'r' .. Done
>>>
This information it is not necessary for most of users.
Thanks,
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-08-13 05:42
Message:
Logged In: NO
Another method:
Find the following dictionary in your installed rpy_options.py, which is
usually in /usr/lib/python2.#/site-packages/:
rpy_options = {
'RHOME':None, # R Installation Directory
'RVERSION':None, # R Version *string*
'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.
}
You can set default 'VERBOSE' to False to make rpy silent.
----------------------------------------------------------------------
Comment By: Alexander Belopolsky (belopolsky)
Date: 2007-04-16 12:55
Message:
Logged In: YES
user_id=835142
Originator: NO
Do the following to import rpy silently
from rpy_options import set_options
set_options(VERBOSE=False)
import rpy
.. this should be documented somewhere (maybe add "call
rpy_options.set_options(VERBOSE=False) before importing rpy to disable this
output" to the initial verbose output.)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1699801&group_id=48422
-------------------------------------------------------------------------
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