R-beta: Re: split(.) woes
Robert Gentleman
rgentlem at stat.auckland.ac.nz
Fri Jan 9 01:52:32 CET 1998
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-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list