Changes in version 0.1-3 (2014-03-12) o added "mode" argument to ichunk function o added iRNGStream and iRNGSubStream functions which could be useful for parallel random number generation. o added ireaddf function for reading data frames from files o added writedf.combiner function for writing data frames to files o added iarray function for creating iterators over arrays o add ibreak function for creating iterators that can be stopped Changes in version 0.1-2 o added irecord and ireplay functions for recording and replaying iterables o added iter.connection method Changes in version 0.1-1 (2010-01-14) o added ichunk function to aid in manual chunking o added utility functions written by Hadley Wickham o added "isplit" functions for iterating over data structures o added timeout function for creating iterator timeouts o added ireadBin function for iterating over binary connections o made irep much more like the rep function, and added new irepeat to be like the old irep function Changes in version 0.1 o project created on r-forge