Re: [Rd] type.convert (PR#13646)

2009-04-10 Thread wdunlap
. Whoever designed the interface either didn't worry about 8-bit characters or had chars that were unsigned by default. It doesn't look like any of the isspace calls in R do this double casting. Bill Dunlap TIBCO Software Inc - Spotfire Division wdunlap tibco.com =20 > -Original Mes

Re: [Rd] bugfix for nls with port algorithm (PR#13540)

2009-02-19 Thread wdunlap
long also)? The related 'if' does: > if(c(TRUE,FALSE)) cat("yes\n") else cat("no\n") yes Warning message: In if (c(TRUE, FALSE)) cat("yes\n") else cat("no\n") : the condition has length > 1 and only the first element will be used

Re: [Rd] (PR#13283) R crashes on sprintf with bad format specification

2008-11-14 Thread wdunlap
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Prof Brian Ripley > Sent: Friday, November 14, 2008 2:25 AM > To: Duncan Murdoch > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];=20 > [EMAIL PROTECTED] > Subject: Re: [Rd] (PR#13283) R crashes on sprintf with bad=20 > format specificati

[Rd] row.names(data.frame(matrixWithDimnames)) depends on first rowname being "" or not. (PR#13230)

2008-10-29 Thread wdunlap
")) 84 row.names <- data.row.names(row.names, rowsi, 85 i) 86 } Why is that check there? Bill Dunlap TIBCO Spotfire wdunlap tibco.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel