The R Project SVN R

Rev

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

Rev 3076 Rev 3609
Line 64... Line 64...
64
  cd check
64
  cd check
65
  echo " Massaging examples into \`${pkg}-Ex.R' ..."
65
  echo " Massaging examples into \`${pkg}-Ex.R' ..."
66
  ${RHOME}/bin/massage-Examples ${pkg} ${lib}/${pkg}/R-ex/*.R \
66
  ${RHOME}/bin/massage-Examples ${pkg} ${lib}/${pkg}/R-ex/*.R \
67
    > ${pkg}-Ex.R
67
    > ${pkg}-Ex.R
68
  echo " Running examples in package \`${pkg}' ..."
68
  echo " Running examples in package \`${pkg}' ..."
69
  ${RHOME}/bin/R --vanilla --vsize 6 < ${pkg}-Ex.R > ${pkg}-Ex.Rout
69
  ${RHOME}/bin/R --vanilla --vsize 6M < ${pkg}-Ex.R > ${pkg}-Ex.Rout
70
  if test ${?} -eq 0; then
70
  if test ${?} -eq 0; then
71
    echo " OK"
71
    echo " OK"
72
  else
72
  else
73
    echo " ERROR"
73
    echo " ERROR"
74
  fi
74
  fi