The R Project SVN R

Rev

Rev 72217 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
57136 ripley 1
## Rd2pdf -*- sh -*-  Convert man pages (*.Rd help files) via LaTeX to PDF.
11515 hornik 2
 
52403 ripley 3
args=
6994 pd 4
while test -n "${1}"; do
52403 ripley 5
  ## quote each argument here, unquote in R code.
6
  args="${args}nextArg${1}"
6994 pd 7
  shift
8
done
9
 
57136 ripley 10
echo 'tools:::..Rd2pdf()' \
72217 ripley 11
| R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" \
77228 maechler 12
--vanilla --no-echo --args ${args}