Source code for statsmodels.tests.check_for_rpy

[docs]def skip_rpy(): try: import rpy return False except: return True