Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch in R version requirement #43

Closed
lgautier opened this issue Apr 13, 2010 · 1 comment
Closed

Mismatch in R version requirement #43

lgautier opened this issue Apr 13, 2010 · 1 comment

Comments

@lgautier
Copy link
Member

Original report by jergosh (Bitbucket: jergosh, GitHub: jergosh).


The download page (http://rpy.sourceforge.net/rpy2_download.html) states that RPy2 requires R version >= 2.8. The distutils script (setup.py, line 94), however, checks if R version is >= 2.7. Not sure which is the intended behaviour.

@lgautier
Copy link
Member Author

Original comment by Laurent Gautier (Bitbucket: lgautier, GitHub: lgautier).


It technically can work with 2.7... but it proved to segfault at seemingly random times while 2.8 did not suffer from the problem.

The message used to be: requires 2.7, 2.8 recommended.

This was fixed for 2.1, I believe:
http://bitbucket.org/lgautier/rpy2/src/tip/setup.py#cl-103

@lgautier lgautier transferred this issue from another repository Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant