Changes between Initial Version and Version 1 of Ticket #9668, comment 25
- Timestamp:
- Jan 4, 2013, 12:42:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9668, comment 25
initial v1 1 I think using `sed` for this is very fragile, as any special characters in `$SAGE_ROOT` might cause this script to malfunction. A better solution would be to patch the R sources. This is already partially done to allow for basic relocation of R, but apparently installing R packages doesn't work.1 I think using `sed` for this is very fragile, as any special characters in `$SAGE_ROOT` might cause this script to malfunction. A better solution would be to patch the R sources. This is already partially done (see `R.sh.patch` in the R sources) to allow for basic relocation of R, but apparently installing R packages doesn't work.