On Wed, 9 Jun 2010, Peter Dalgaard wrote:
Prof Brian Ripley wrote:
Ah, so configure has chosen /bin/ksh as the shell, and that does not
like this sh syntax on your system. Try setting R_SHELL=/bin/sh when
configuring (or the path to bash, if you have that).
Alternatively, use $...@} in Rcmd.i
Prof Brian Ripley wrote:
> Ah, so configure has chosen /bin/ksh as the shell, and that does not
> like this sh syntax on your system. Try setting R_SHELL=/bin/sh when
> configuring (or the path to bash, if you have that).
>
> Alternatively, use $...@} in Rcmd.in (we have that as a workaround in
extra="-t txt"
;;
Rd2pdf)
cmd="${R_HOME}/bin/Rd2dvi"
extra="--pdf"
;;
*)
if test -x "${R_HOME}/bin/${1}"; then
cmd="${R_HOME}/bin/${1}"
else
cmd="${1}"
fi
;;
esac
shift
exec "${cmd}" ${extra}
com
> -Original Message-
> From: r-devel-boun...@r-project.org
> [mailto:r-devel-boun...@r-project.org] On Behalf Of
> bill.gless...@cwu.edu
> Sent: Tuesday, June 08, 2010 1:20 PM
> To: r-devel@r-project.org
> Subject: Re: [Rd] Question on trying to build R 2.11.1 o
txt"
;;
Rd2pdf)
cmd="${R_HOME}/bin/Rd2dvi"
extra="--pdf"
;;
*)
if test -x "${R_HOME}/bin/${1}"; then
cmd="${R_HOME}/bin/${1}"
else
cmd="${1}"
fi
;;
esac
shift
exec "${cmd}" ${extra} "$
On Tue, 8 Jun 2010, bill.gless...@cwu.edu wrote:
Hello,
I am trying to build the R-2.11.1 software for university faculty to use in
research projects on a DEC/Compaq/HP AlphaServer model GS160 16CPU/64GB memory
running Tru64Unix aka OSF1 version 5.1B-5.
Is it known whether it is possible to bu
Hello,
I am trying to build the R-2.11.1 software for university faculty to use in
research projects on a DEC/Compaq/HP AlphaServer model GS160 16CPU/64GB memory
running Tru64Unix aka OSF1 version 5.1B-5.
Is it known whether it is possible to build the R-2.11.1 software on the
platform I am usin