Skip to content
Prev 10096 / 63421 Next

cbind/rbind inconsistency with NULL parameter (PR#3585)

On Wed, 30 Jul 2003, Tony Plate wrote:

            
That's R code for `S-PLUS 3.4 compatibility', the system that used (at
least) to be used when checking for compatibility.  E.g.
a c
[1,] 1 4
[2,] 2 5
[3,] 3 6
a c
[1,] 1 4
[2,] 2 5
[3,] 3 6

under S-PLUS 3.4. This is explained (in some way) in the FAQ (Blue & White
books).
Fails in S-PLUS 3.4.
No one is attempting compatibility with things introduced in S-PLUS after 
R.