Skip to content

Commit e879138

Browse files
DOC/DEPR: add link to docs in deprecation warning
1 parent bd0067c commit e879138

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
@@ -5,7 +5,10 @@
55
import warnings
66
warnings.warn("The pandas.rpy module is deprecated and will be "
77
"removed in a future version. We refer to external packages "
8-
"like rpy2, found here: http://rpy.sourceforge.net", FutureWarning)
8+
"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)
912

1013
try:
1114
from .common import importr, r, load_data

0 commit comments

Comments
 (0)