Blame | Last modification | View Log | Download | RSS feed
#!/bin/sh R_HOME=`R RHOME` : ${NROFF=@NROFF@} : ${TBL=@TBL@} ${R_HOME}/bin/Rdconv -t nroff ${1} \ | ${TBL} \ | ${NROFF} -ms 2> /dev/null \ | ${R_HOME}/bin/help.pretty
#!/bin/sh
R_HOME=`R RHOME`
: ${NROFF=@NROFF@}
: ${TBL=@TBL@}
${R_HOME}/bin/Rdconv -t nroff ${1} \
| ${TBL} \
| ${NROFF} -ms 2> /dev/null \
| ${R_HOME}/bin/help.pretty