File: ChangeLog

package info (click to toggle)
abind 1.1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 100 kB
  • ctags: 4
  • sloc: sh: 29; makefile: 12
file content (13 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
2004-03-12    <tplate@ACONCAGUA>

	* abind(): allow first argument to be a list of objects to be
	bound -- this avoids the need for do.call() when one wants to bind
	a list of objects

	* abind(): changed default value for 'make.names' to FALSE (now
	more closely behaves like rbind() and cbind())

	* abind(): changed argument name 'use.anon.names' to the more
	intuitive 'make.names'

	* adrop(): added new function adrop()