Skip to content

Commit f95a5d7

Browse files
jseaboldwesm
authored andcommitted
ENH: Conditionally import Rpy stuff.
1 parent b46b001 commit f95a5d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/rpy/__init__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# from pandas.rpy.common import importr, r, load_data
1+
try:
2+
from common import importr, r, load_data
3+
except ImportError:
4+
pass

0 commit comments

Comments
 (0)