R: Make sure command output is piped to sink()
- Wrap all commands with the print() fucntion
- When sourcing the file make sure that echo is set to TRUE i.e. source("input.r", echo=TRUE)
General notes of interest and moans
"RStudio™ is a new integrated development environment (IDE) for R. RStudio combines an intuitive user interface with powerful coding tools to help you get the most out of R."
This is free and pretty great really. It does need some work though, especially making sure history and sessions are saved on a folder by folder basis and some vi key bindings would be nice.
Homebrew
The missing package manager for OS X
Homebrew is a smart alternative to macports and fink that attempts to use the libraries already in OS X where ever possible, so doesn't install a load of stuff you don't need. It seems to have all the unix type stuff I want so I am giving it a go.
TimeTracker
TimeTracker is a quick-and-dirty application that displays the contents of your Time Machine backups, and shows what's changed since the previous backup. TimeTracker is in an extremely early state, and is as such very unpolished (for example, it doesn't yet have an icon).