#12057: Upgrade R (r-project.org)
---------------------------+------------------------------------------------
Reporter: vbraun | Owner: amhou
Type: enhancement | Status: needs_review
Priority: critical | Milestone: sage-4.8
Component: statistics | Keywords: R spkg r-project graphics PNG X11
Work_issues: | Upstream: N/A
Reviewer: | Author: Volker Braun
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by jdemeyer):
Please delete the following from {{{spkg-install}}} (needed for #11073):
{{{
# sage -f "$RPY_VER".spkg # EVIL
# Sanity check, should never happen:
if [ ! -x "$SAGE_LOCAL/bin/sage-spkg" ]; then
echo "Error: Fatal dependency error:"
echo " $SAGE_LOCAL/bin/sage-spkg"
echp "does not (yet) exist (or isn't executable):"
ls -l "$SAGE_LOCAL/bin/sage-spkg"
echo "Please report this to one of the Google groups"
echo " sage-devel or sage-release."
echo "Error installing Rpy, which is part of the R spkg."
exit 1
fi
}}}
(note also the typo "echp")
If `sage-spkg` really doesn't exist, then we will detect that failure when
doing
{{{
"$SAGE_ROOT/spkg/pipestatus" \
"sage-spkg -f '$RPY_PKG' 2>&1" \
"tee -a '$SAGE_ROOT/spkg/logs/'$RPY_VER.log"
}}}
below.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12057#comment:21>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.