Skip to content

CRAN release 2.18.0

Choose a tag to compare

@arni-magnusson arni-magnusson released this 04 May 16:51
· 122 commits to main since this release

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.