CRAN release 2.18.0
2017-06-05
New functions:
-
Add update.list() function to replace named elements a list.
-
Add mv() function to rename an object.
-
Add first(), last(), first<-() and last<-() functions to extract or replace first or last vector/list elements.
New features:
- Add 'byrow' argument to lowerTriangle() and upperTriangle() functions.
Other user-visible changes:
-
humanReadable() now properly handles a single value for the argument 'justify'.
-
Improve logging and error reporting for remove.vars().
-
read.xls() now handles latin-1 files properly on MS Windows.
-
write.fwf() now properly handles matrix arguments.