#! /bin/csh
foreach f (`\ls ../man`)
set g={$f:r}.R
echo $g
R CMD Rdconv -t example ../man/$f >! $g
(echo "invisible(options(echo=T));library(boot)"; cat $g; echo "proc.time()")\
| R -v 30 --no-restore --no-save >! ${g}out
end
