[R] Patch submission / request.

2010-04-23 Thread Allen S. Rout
a copied-and-pasted version of getDependencies, with my hacks in place and some moderately evil namespace traipsing to get at the rest of the utilities. I would much rather make use of the code in situ. - Allen S. Rout *** getDependencies.R.orig 2010-04-23 14:43:53.361078503 -0400

Re: [R] Patch submission / request.

2010-04-23 Thread Allen S. Rout
a...@ufl.edu (Allen S. Rout) writes: Greetings. [ ... ] D'oh, that was supposed to be aimed at R-devel. - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

[R] Subsetting a data.frame degenerates at one column?

2008-02-08 Thread Allen S. Rout
thinking going wrong? - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

Re: [R] Subsetting a data.frame degenerates at one column?

2008-02-11 Thread Allen S. Rout
operations on data frames, by default, use the most basic data type capable of representing the answer. Either the drop=FALSE or the inputs[targets] solution give me the result I had in mind. I mildly prefer the [targets] statement from a visual perspective. - Allen S. Rout

Re: [R] When I cbind the POSIXct gets lost

2008-02-12 Thread Allen S. Rout
to the Original Poster, resulting in some ugly reordering, so I do the as.POSIXct _after_ the data.frame(cbind()) - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Thinking about using two y-scales on your plot?

2008-04-02 Thread Allen S. Rout
-all.html So the blue series corresponds to tbe blue dollars scale (and bytes) and the green and red points correspond to the green scale (and bytes). Am I being naughty? - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch

[R] reading heterogeneous CSV

2009-08-11 Thread Allen S. Rout
() ( you can see that the connection is open) temps ( you can see that the contents of the data.frame cell is the filehandle number) - Am I just barking up the wrong tree? - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] two questions for R beginners

2010-02-26 Thread Allen S. Rout
challenge of transforming R data structures. A somewhat pedantic set of recipes might usefully be evolved on e.g. the wiki. - Allen S. Rout __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide