Bugs item #1699801, was opened at 2007-04-13 04:39 Message generated for change (Comment added) made by belopolsky 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: Open Resolution: None 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: 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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list