split(.) woes

Robert Gentleman rgentlem@stat.auckland.ac.nz
Fri, 9 Jan 1998 13:52:32 +1300 (NZDT)


I have fixed most (all I think) of the reported problems with split.
There should be a patch release this Sunday and the fixes will be in it
if anyone wants/needs them sooner please let me know and I'll pass them
along directly. Now I just need to change the documentation.....

I also fixed the problem with seq reported by Martin,
 On line 85 of seq.c change the i to a j.

  v2 = strlen(CHAR(STRING(levs2)[i]));
  
 should read
  v2 = strlen(CHAR(STRING(levs2)[j]));
  
  this will also be in the patches.
  
  robert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._