-l (with long form --packages)
to load packages into the R
session. This is useful when you have
data-processing one-liners as it does away with the explicit
library(foo) inside your actual R expression. For added
bonus, library() is wrapped in a
suppressMessage() call.--no-restore option is now passed to the embedded
R session.--help was improved.bootstrap, the wrapper around
autotools and friends.
update.r was improved.
Rscript in the timing tests.
As usual, our code in our svn archive, on my r page, and in the local directory here. A fresh package is in Debian's incoming queue, and Jeff's littler page at Vanderbilt should reflect the new release soon too.