Hi,
http://sagetrac.org/sage_trac/ticket/1476 was closed some time ago as
works-for-me, but both problems I was pointing out during 2.8.15
release are still here... I'm still getting
http://giniu.ravenlord.ws/result.txt
- first is small - in file $SAGE/local/lib/python2.5/site-packages/
rpy.py
--> 323 Rver = self.__getitem__('R_version_string')
should be
--> 323 Rver = self.__getitem__('R.version.string')
to fix second in files $SAGE/local/bin/R $SAGE/local/lib/r/bin/R I had
to comment out
#if test -n "${R_HOME}" && \
# test "${R_HOME}" != "${R_HOME_DIR}"; then
# echo "WARNING: ignoring environment value of R_HOME"
#fi
the above would work if someone have ${R_HOME} set to R installation
from Sage or doesn't have it at all, but as I use R as separate
package I have it set to other place, this echo's warning and it gets
in the way
after above changes, I got:
http://giniu.ravenlord.ws/result2.txt (I cut it when I saw it works)
cheers,
Andrzej.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---