[Rd] request to add "..." to cat(ngettext in "warnings" function

2006-03-30 Thread Leif Kirschenbaum
names[i], sep = "") if (length(last.warning[[i]])) { temp <- deparse(last.warning[[i]]) out <- paste(out, "in:", temp[1], if (length(temp) > 1) " ...") } cat(out, ..., fill = TRUE)

[Rd] Request for showWarnings parameter for write.table

2006-02-27 Thread Leif Kirschenbaum
LSE,col.names=TRUE, append=TRUE,sep=",",showWarnings=FALSE) where showWarnings would default to TRUE. Please cc: replies to [EMAIL PROTECTED] Thank you. Leif Kirschenbaum Senior Yield Engineer Reflectivity, Inc. (408) 737-8100 x307 [EMAIL PROTECTED] ___

[Rd] RODBC and utils:object.size

2005-09-27 Thread Leif Kirschenbaum
I would like to note that utils::object.size fails on RODBC connection objects. > DB<-RODBC::odbcConnect("internal") > utils::object.size(DB) Error in utils::object.size(DB) : object.size: unknown type 22 > I took a brief look at do_objectsize in the source code, and could not figure out how it