Repository URL to install this package:
|
Version:
0.3.1 ▾
|
def skip_rpy():
try:
import rpy
return False
except:
return True