Skip to content

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.

305 results for “from:Steven McKinney”

create objects in a loop and adding sqlQuery content to them
Steven McKinney · Apr 20, 2009 · r-help

> > > > > #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...

R-3.0.3 tar file not on Sources page
Steven McKinney · Mar 13, 2014 · r-devel

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...

scripts to process array CGH data files from NimbleGen
Steven McKinney · Jun 12, 2006 · r-help

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...

Determine GUI status
Steven McKinney · May 4, 2007 · r-sig-mac

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...

var() function or other functions
Steven McKinney · Mar 11, 2011 · r-sig-mac

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...

source a script file straight from a subversion repository
Steven McKinney · Aug 1, 2008 · r-help

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...

R-2.10-branch for PPC64
Steven McKinney · Jan 5, 2010 · r-sig-mac

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...

title of r plots
Steven McKinney · Feb 27, 2015 · r-sig-mixed-models

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...

How to determine if a Mac is Nehalem-based
Steven McKinney · Oct 20, 2010 · r-sig-mac

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...

mathematical notation in R
Steven McKinney · Jul 22, 2009 · r-help

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...

ATLAS BLAS
Steven McKinney · Oct 20, 2010 · r-sig-mac

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...

focus lost after install.packages()
Steven McKinney · May 2, 2007 · r-sig-mac

> 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...

Where is the tcltk package?
Steven McKinney · Apr 7, 2011 · r-help

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...

[Bioc-devel] stale link to reposTools in BioC FAQ?
Steven McKinney · Nov 8, 2006 · bioc-devel

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...

RMySQL package on 64bit R for Windows
Steven McKinney · Jul 16, 2010 · r-devel

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...

RMySQL package on 64bit R for Windows
Steven McKinney · Jul 16, 2010 · r-help

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...

How to write to sqlite files
Steven McKinney · Oct 19, 2010 · r-help

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...

Points on Map
Steven McKinney · Mar 28, 2011 · r-help

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...

64-bit R-build on Mac OS X 10.4
Steven McKinney · Nov 6, 2007 · r-sig-mac

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...

New User simple question
Steven McKinney · May 21, 2008 · r-sig-mac

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 .