Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import rpy2
  2. from rpy2.robjects import r
  3.  
  4. print dir(r)
  5.  
  6. Traceback (most recent call last):
  7. File "c:rtest.py", line 2, in <module>
  8. from rpy2.robjects import r
  9. File "C:Python27libsite-packagesrpy2robjects__init__.py", line 18, in <module>
  10. from rpy2.robjects.robject import RObjectMixin, RObject
  11. File "C:Python27libsite-packagesrpy2robjectsrobject.py", line 5, in <module>
  12. rpy2.rinterface.initr()
  13. RuntimeError: R_USER not defined.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement