[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new littler
release (now at 0.1.3) just went out of the door this evening.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
littler provides r
(pronounced littler), a shebang / scripting / quick eval / pipelining
front-end to the the R language and system.
This version adds a few minor behind-the-scenes improvements:
interactive()
now evaluates to false as you’d expect in a non-interactive scripting front-end. To restore the previous behaviour, new switches-i
or--interactive
have been added.- Some of the ‘cleanup’ functionality described in Section 8.1.2 on ‘Setting R callbacks’ from the R Extension manual have been adopted.
- Example scripts
install.r
andupdate.r
received an update based on lessons learned from the R 2.10.0 roll-out and package rebuilding. - A few build issues were improved, a minor manual page formatting bug was fixed.
As usual, our code is available via our svn archive or from tarballs off my littler page and the local directory here. A fresh package is in Debian’s incoming queue and will hit mirrors shortly.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.