Re: [Rd] dimnames returned by function apply

2015-04-30 Thread Martin Maechler
> Martin Maechler > on Thu, 30 Apr 2015 18:23:58 +0200 writes: > Fischer, Bernd > on Wed, 29 Apr 2015 20:22:44 +0200 writes: >> Dear all, I noticed that the dimnames returned by apply >> are different in the new release. >> In the following example. The retu

Re: [Rd] dimnames returned by function apply

2015-04-30 Thread Martin Maechler
> Fischer, Bernd > on Wed, 29 Apr 2015 20:22:44 +0200 writes: > Dear all, > I noticed that the dimnames returned by apply are different in the new release. > In the following example. The returned row-names are c(“S”,”T”), but shouldn’t they be c(“X”,”Y”) as in the old