Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I'm wanting to run R scripts non-interactively as part of a "technology independent" framework. I want control over the behaviour of these processes by specifying various global variables in a "configuration file" that would be passed as a...
On 03/13/2012 05:21 PM, Pierre-Yves Chibon wrote: > On Tue, 2012-03-13 at 17:02 -0400, Allen S. Rout wrote: > >> In the other, I've made the '-p' package name willing to accept both >> "packagename" and...
Is it possible to override S4 methods in an installed package? The naive library("pkg") setMethod("foo", signature(obj = "bar"), function(obj , x, y) { new definition } , where="package:pkg") results in the error Error in setMethod("foo", signature(obj = "bar...
If I have a vector, x, such that x <- c(1,2,3,4,5,8,9,10,11,12,15,16,17,18,19,22,23,24,33,34,35) if I plot that vector plot(x) it is...
On 03/12/2012 07:28 PM, Marc Schwartz wrote: > [...] So I've updated everything Python from EPEL on my RHEL 5 box. Versions included below. # R2spec -p RColorBrewer Traceback (most recent call last): File "/usr/bin/R2spec", line 29...
Greetings. I love R, we run Gentoo. I want to maintain R packages in the same methods I use for the rest of them; in Gentoo this is in "the portage tree", or in "a portage overlay". I am working...
Ivan Calandra <ivan.calandra at uni-hamburg.de> writes: > Related to it, the *apply functions are still a bit difficult to > understand. When I have to use them, I just try one and see what > happens. I don't understand...
Knowledgable group, I am in the process of designing an advanced statistics class for doctoral level clinical psychology students. Their background in basic statistical concepts is OK, but they have little exposure to statistical software. I am looking for pre...
"hadley wickham" <h.wickham at gmail.com> writes: > Please read this first: > http://www.perceptualedge.com/articles/visual_business_intelligence/dual-scaled_axes.pdf > > It's a reasoned discussion of why it's a bad idea and proposes some > alternative...
I am having a problem using boxlpot with my data. I have my data arranged in a data table, and two of my columns are "mass" and "month". I am trying to plot the mass of my study animals by...
Are FIFOs supported in modern windowsen? The help() for connections that discusses fifos suggests that they are not > (They do work on most Unix platforms, and all but 'fifo' on > Windows.) and that they are > On platforms where 'vsnprintf' does...
Dear Reader I am trying to change the font in a plot and after several trials finally came up with the following code. plot(var_a, var_b, pch = 16, font.lab = 10, font = 10) points(var_a, var_c...
Dear R forum, I want to replace all the elements in a data frame (dd) which match the character "x" with "0". What's the most elegant way of doing this (there must be an easy way which I've...
On 03/12/2012 04:32 PM, Marc Schwartz wrote: > > > Otherwise known as "RPM Hell", which is why years ago, Fedora and RH moved to 'yum' as the default package manager, since yum handles all of the dependencies... :-) > Yes; but...
I'm working to automate the building of RPM packages for CRAN &c. In the process, I'm trying to get a sense of the correct dependencies. It's my sense that R CMD CHECK is the Right Way to...
Probably posting this to the wrong list ... but I'm in the process of learning R, after many years of using SAS --- so I thought I'd ask this question here: Is there with a function (or macro) in SAS...
Hi, This is a cross post to both the Biopackages discussion list and the Bioconductor devel list. I'm an RPM developer for the Biopackages project ( http://biopackages.net ). We've previously built Bioconductor 1.8 for several different flavors...
Seth Falcon wrote: > Allen McIntosh <mcintosh at research.telcordia.com> writes: >> Is it possible to override S4 methods in an installed package? >> The naive >> library("pkg") >> setMethod("foo", signature(obj = "bar"), >> function(obj , x, y) { new definition } >> , where="package:pkg...
Hello. I'm looking to create an R package which requires a user-specific parameter in order to work. To be more descriptive: I'm making a database API available via an R package, but I want to control access...
Seth, Yes, it looks like the forwarding of my previous post to the list dropped the attachments. I have re-attached again on this message. This addresses a deficiency of simpleaffy in recognizing two HG-U133A variants. Specifically, I was...
Can't find what you're looking for? Try searching with Google .