List view
- Ability to `simplify` iterators similar to `sapply` and `replicate` - Integration with dplyr - Integration with magrittr
No due dateImplement iterable versions of standard R functions - i*apply family - Map, Reduce, Filter, Find, Negate, Position (Of these ^, the following are already done: imap, ifilter)
No due date- Implement `groupby` from Python's `itertools` - Implement recipes from [itertools2.py](https://github.com/goulu/Goulib/blob/master/Goulib/itertools2.py) and [its docs](http://goulib.readthedocs.org/en/latest/_modules/itertools2.html) - Implement recipes from [more-itertools](https://pythonhosted.org/more-itertools/api.html) and [its GitHub repo](https://github.com/erikrose/more-itertools)
No due date•0/1 issues closed- Add remaining combinatorial iterators from Python's `itertools` - Implement other straightforward recipes
No due date•4/5 issues closed