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.
> > > > > #Here my first try [error message on the line within the loop, saying > > something like: > > # 'recursive indexing on level 2 failed'] > > sites_object_list <- vector("list",99) > > If there's a site number larger than 99 this will be problematic...
Checking CRAN today, I see that on the Sources page http://cran.r-project.org/sources.html that R-3.0.2.tar.gz is still there. R-3.0.3.tar.gz is available from the Older releases are...
Before I reinvent the wheel, has anyone set up scripts to read in array CGH data files from NimbleGen, for use in the aCGH package or a similar package? I have normalized NimbleGen files ([array_id]_[identifier]_normalized.txt in...
Is there a way to programatically check whether the R session is running with R.app (versus, say running in Emacs ESS mode in an Emacs buffer)? I'd like to programatically decide on appropriate plot devices etc. I've...
For function "mean" use > help("mean") or > ?mean and a help page will appear. This type of question is best posted to R-help at r-project.org as it is not mac-specific Best Steven McKinney ________________________________________ From: r-sig...
Hi useRs I'm trying to figure out how to source an R script file straight from a subversion repository, without having to put a copy of the script into the local working directory. Has anyone done this? Something such...
I see today that the R-2.10-branch build at r.research.att.com shows Status: ppc64: OK I downloaded and installed R-2.10-branch-leopard.pkg (Version 2.10.1 Patched (2010-01-04 r50887)) but the...
You'll get more answers faster if you post this on r-help - this is a mixed models listserv. See e.g. help("text") and the use of expression() in plot and text labels. Steven McKinney Statistician Molecular Oncology and...
I may have answered the question. >From the log entry for /usr/sbin/ioreg I see entries including the following, which have Nehalem and "Gainstown" variant listed, so this Mac does appear to have Nehalem-based CPUs. If any Mac...
Does this approach what you're looking for? See ?is.finite for more info > LBAuo<- -9999 > LBAuo [1] -9999 > if (LBAuo <= -9999) LBAuo <- -Inf > LBAuo [1] -Inf > HTH Steven McKinney > -----Original Message----- > From: r-help-bounces at r-project.org...
I have R 2.11.1 installed (soon will update to R 2.12) and I appear to have a Nehalem-based Mac Pro. I'm trying to find documentation about how to set up R on my Mac so...
> install.packages() works beautifully from the R.app GUI, popping up a menu list of packages to install. After installing, focus does not return to the R prompt. Could this be modified to return focus to the R.app prompt...
D'oh! Sorry for that noise. You also need bwidget and Tktable installed on your linux system, so you may need to reinstall R after getting bwidget and other tcl/tk bits installed. Are you using a tool such as...
Where has reposTools web page moved to? I just attempted to review reposTools while browsing the BioC FAQ http://www.bioconductor.org/docs/faq/ reposTools Tools for dealing with file repositories and allow users to easily install, update, and distribute...
I think this is a question for R-devel so I'm cross-posting there with apologies. I've just acquired a Windows 7 64-bit box and also will need RMySQL eventually. Is there any information about issues involved...
I think this is a question for R-devel so I'm cross-posting there with apologies. I've just acquired a Windows 7 64-bit box and also will need RMySQL eventually. Is there any information about issues involved...
You will need to install the RSQLite package, see e.g. http://cran.r-project.org/web/packages/RSQLite/index.html Review the installation instructions there for the setup appropriate for your situation. Review the pdf manual there for examples...
Here's a start... > require("maps") > foo <- map("state", "new york") > lines(x = range(foo$x, na.rm = TRUE), y = range(foo$y, na.rm = TRUE)) You can figure out from this how to specify the coordinates that you want...
On Aug 29, 2007, Simon Urbanek wrote (in response to Sayan Pathak): https://stat.ethz.ch/pipermail/r-sig-mac/2007-August/004082.html > My apologies if this is a naive question. I am new to Mac and also > compiling...
Hi Jeff, R on the Mac looks for a file .Rprofile typically in your user home directory. .Rprofile won't show in the Mac Finder file browser unless you do some modifying. (The Finder hides all files and directories whose...
Can't find what you're looking for? Try searching with Google .