We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0067c commit e879138Copy full SHA for e879138
pandas/rpy/__init__.py
@@ -5,7 +5,10 @@
5
import warnings
6
warnings.warn("The pandas.rpy module is deprecated and will be "
7
"removed in a future version. We refer to external packages "
8
- "like rpy2, found here: http://rpy.sourceforge.net", FutureWarning)
+ "like rpy2. "
9
+ "\nSee here for a guide on how to port your code to rpy2: "
10
+ "http://pandas.pydata.org/pandas-docs/stable/r_interface.html",
11
+ FutureWarning)
12
13
try:
14
from .common import importr, r, load_data
0 commit comments