The R Project SVN R

Rev

Rev 57136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57136 Rev 72217
Line 6... Line 6...
6
  args="${args}nextArg${1}"
6
  args="${args}nextArg${1}"
7
  shift
7
  shift
8
done
8
done
9
 
9
 
10
echo 'tools:::..Rd2pdf()' \
10
echo 'tools:::..Rd2pdf()' \
11
| R_DEFAULT_PACKAGES= LC_ALL=C "${R_HOME}/bin/R" \
11
| R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" \
12
--vanilla --slave --args ${args}
12
--vanilla --slave --args ${args}