#!/bin/sh

R --no-save < boston.R > boston.out
R --no-save < examples.R > examples.out
R --no-save < lm.R > lm.out
R --no-save < matrix.R > matrix.out
R --no-save < nls.R > nls.out
R --no-save < probit.R > probit.out
R --no-save < tseries.R > tseries.out
R --no-save < ts.R > ts.out
