[R] Re: R-0.99.0 bugfixes available
Peter Dalgaard BSA
p.dalgaard at biostat.ku.dk
Wed Feb 9 15:09:09 CET 2000
Jim Lindsey <jlindsey at alpha.luc.ac.be> writes:
> I am not sure who to ask about this:
> Is my example with strsplit going to continue giving the same answer,
> that is "" "" instead of character(0) as it did in .90.1 and previous
> so that I leave the "bugfix" in my libraries that I put in yesterday?
> Jim
Yes.
> strsplit("",";")
[[1]]
character(0)
> strsplit(";",";")
[[1]]
[1] ""
> strsplit(";;",";")
[[1]]
[1] "" ""
and the same thing with spaces, of course.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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