Ticket #3086 (closed defect: duplicate)
Update R to the 2.9.2 release and split off rpy.spkg
| Reported by: | mabshoff | Owned by: | jason |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | packages: standard | Keywords: | |
| Cc: | jason | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by jason) (diff)
- R 2.9.2 is out, so let's upgrade.
- Evaluate using rpy2, which is a lower-level interface between R and python. Make rpy2 its own spkg.
Change History
comment:3 Changed 4 years ago by jason
- Cc jason added
- Owner changed from mabshoff to jason
- Status changed from assigned to new
- Description modified (diff)
- Summary changed from Update R to the 2.7 release and split off rpy.spkg to Update R to the 2.9.2 release and split off rpy.spkg
comment:4 Changed 4 years ago by jason
Also, R has its own C interface---I think rpy2 is using it, but if not, it might make sense for us to just write a Cython wrapper around the C interface.
comment:5 Changed 4 years ago by jason
My draft of an updated R and rpy2 spkg is at http://sage.math.washington.edu/home/jason/r-2.9.2.spkg. There are unchecked-in changes in the spkg, and I just ignored a bunch of old patches to R because I wasn't sure they applied anymore, so the spkg is not finished.
Note: See
TracTickets for help on using
tickets.

R 2.6.1 is also broken on FC3:
This is most likely cause by R not using Sage's readline. There is a similar issue with R not picking Sage's libpng, so fix both issues when updating to R 2.7.
Cheers,
Michael