search for: r61752

Displaying 1 result from an estimated 1 matches for "r61752".

Did you mean: 61752
2013 Jan 27
1
bug and enhancement to split?
With > R.version.string [1] "R Under development (unstable) (2013-01-26 r61752)" 'split.default' recycles a short factor for unclassed 'x', but not for an instance of x that is a class > split(1:5, 1:2) $`1` [1] 1 3 5 $`2` [1] 2 4 Warning message: In split.default(1:5, 1:2) : data length is not a multiple of split variable > x = structure(...