eList 0.1.1
- Added a NEWS.mdfile to track changes to the
package.
- Fixed bug involving nested comprehensions.
- Updated flattenmethods so that its properly works with
lists.
- Updated Num,Chr,Logical,
andVecto flatten results before conversion so that
repeatedNAresults are avoided.
eList 0.2.0
- Improved support for braces within nested comprehensions.
Comprehension functions now recognize {for ...}as a
vectorized operation.
- Improved support for <-assignment within
comprehensions. Comprehension functions now recognizename <- for ...as a vectorized operation.
- Fixed environment handling so that objects are searched within the
Global environment before the base.
- Added support for commas when using multiple variables.
- Removed functional programming functions: reduce,filter,map, etc. These will be placed in theeFunpackage.