Whenever I run a script to import packages from importinto RPy2 in Python, some extra lines always appear in the console. I inserted in the example below. How can I suppress this behavior?
CookieJar:r cookies$ python script.py
‘tseries’ version: 0.10-24
‘tseries’ is a package for time series analysis and computational
finance.
See ‘library(help="tseries")’ for details.
source
share