The R Project SVN R

Rev

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

Rev 53037 Rev 57136
Line 42... Line 42...
42
## this was a separate command prior to 2.10.0
42
## this was a separate command prior to 2.10.0
43
  Rd2txt)
43
  Rd2txt)
44
    cmd="${R_HOME}/bin/Rdconv"
44
    cmd="${R_HOME}/bin/Rdconv"
45
    extra="-t txt"
45
    extra="-t txt"
46
    ;;
46
    ;;
-
 
47
## removed in 2.15.0
47
  Rd2pdf)
48
  Rd2dvi)
48
    cmd="${R_HOME}/bin/Rd2dvi"
49
    echo "R CMD Rd2dvi is defunct: use Rd2pdf instead"
49
    extra="--pdf"
50
    exit 1
50
    ;;
51
    ;;
51
  *)
52
  *)
52
    if test -x "${R_HOME}/bin/${1}"; then
53
    if test -x "${R_HOME}/bin/${1}"; then
53
      cmd="${R_HOME}/bin/${1}"
54
      cmd="${R_HOME}/bin/${1}"
54
    else
55
    else