Skip to content
Prev 1856 / 63421 Next

Change of parsing parameters to functions between 0.63.1 and 0.63.3 ?

Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
(moved to R-devel)

Hmm. I actually committed my patch for apply() before seeing Brians
reply. Given that 

(a) The above code works as intended in Splus 3.4

(b) This is more or less orthogonal to the issue of having attributes
    to the result of a subsetting operation (it has to do with
    attributes on the arguments to FUN, not the result).

(c) Some effort was already being used in the case of more-than-one
    dimensional slices to get the names passed down [using
    array(newX[,i], d.call, dn.call) with dn.call containing the
    names]
    
..should I consider that a bad move?