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.

238 results for “from:Paul Roebuck”

Canonical method for S engine selection?
Paul Roebuck · Dec 6, 2006 · r-help

Assuming script 'common.q' contains code that needed different processing depending on interpreter (either S-PLUS or R), what should the condition be? if (<condition>) { # Do S-PLUS code } else { # Do R code } Looking for something akin to the C...

R Package Installer dialog
Paul Roebuck · Nov 3, 2005 · r-sig-mac

Was curious as to why I see some packages with the same version number in both installed and repository columns? In general, it seems to be packages installed at the user level, but don't understand why the distinction exists...

Problems with dyn.load()
Paul Roebuck · Nov 1, 2005 · r-help

On Tue, 1 Nov 2005, Marcelo Damasceno wrote: > Is there some function that returns the directory where > the libraries of the instaled package are? Because in > Mandrake, R installs in /usr/lib/R/library/pack/libs, and in > Debian it...

[REQ] Add Title Argument for Interactive Devices
Paul Roebuck · Feb 20, 2006 · r-devel

As a generic capability, would it be possible for all known interactive devices (x11, windows, quartz) to have a title argument that could be displayed in their titlebar when invoked? Sounds like a roundabout means of doing so for x11...

Recover source from LazyLoaded installation
Paul Roebuck · Jul 23, 2010 · r-devel

Is there a means of recovering the source from a package with LazyLoad = true? Package is Windows 2.9.1 pure R but have no access to original. In R directory, I see <pkgname>, <pkgname>.rd[bx], <sysdata>.rd[bx...

extremely simple "for loop" question
Paul Roebuck · Apr 12, 2006 · r-help

On Wed, 12 Apr 2006, Brian Quinif wrote: > I want to do a for loop in which m takes on the values > 1, 5, 10, 15, 20. What is the syntax for doing that? > > I had been doing a loop...

doc buglet / attr method
Paul Roebuck · Nov 19, 2008 · r-devel

Under Value section for attr: For the extractor, the value of the attribute matched, or \code{NULL} if no exact match is found and no or more ^^^^^^^^^^ than one partial match is found. R version 2.7.2 (2008-08...

SystemRequirements clarification
Paul Roebuck · Feb 25, 2005 · r-devel

Did google search and checked R-ext but found very little on this DESCRIPTION field. Does it document runtime dependency only? If I have some code that can only be used with a specific compiler (code makes use of GCC...

[Q] R equivalent for Splus get.message()
Paul Roebuck · May 30, 2003 · r-help

I'm trying to get a translation of some Splus code going. My problem is with the S-plus get.message() function not existing in R. Is there a replacement or alternative? ErrorHandler.func<-function() { cat("app.terminated\n"); cat...

Window titles
Paul Roebuck · Jun 16, 2006 · r-sig-mac

Is there a means to provide a title for a Quartz window? When running code that creates lots of plots, it would be nice to be able to choose the desired window based on its title rather than attempting to...

Problems with calloc function.
Paul Roebuck · Jan 5, 2006 · r-devel

On Tue, 3 Jan 2006, Marcelo Damasceno wrote: > Sorry about my incautiousness, I use the tips, but is > happen same problems. Not really. You definitely skipped over the most important one - don't terminate the host process. > if(temp4 == NULL...

suppress tick labels
Paul Roebuck · Dec 1, 2005 · r-help

On Thu, 1 Dec 2005, Sebastian Leuzinger wrote: > is R able to suppress tick labels (not tick marks)? i > know there is a way around this with axes=F and then > draw new axes, but it would be easier to...

RAqua Crashes Flushing Console
Paul Roebuck · Apr 25, 2005 · r-devel

Anyone else experiencing crashes when attempting to flush the console with the R GUI on OS X? I get a consistent crash launching the app-bundle and entering the following command: > flush.console() -------- platform powerpc-apple-darwin6.8 arch powerpc...

Breakdown a number
Paul Roebuck · Apr 19, 2006 · r-help

Isn't there a builtin method for doing this and, if so, what is it called? breakdown <- function(whole) { breaks <- c(250, 800) pieces <- integer(length(breaks) + 1) if (whole > breaks[2]) { pieces[3] <- whole - breaks[2] whole <- breaks[2...

Minor Typo in image.Rd
Paul Roebuck · Feb 24, 2006 · r-devel

<https://svn.r-project.org/R/trunk/src/library/graphics/man/image.Rd> Currently: ========== \arguments{ [...] \item{xlab, ylab}{ [...] Default to the \sQuote{call names} of \code{x} or \code{y}, or to \code{""} if these where unspecified.} ^^^^^ Should read: ============ \arguments...

sibling list element reference during list definition
Paul Roebuck · Nov 11, 2005 · r-help

Can the value of a list element be referenced from a sibling list element during list creation without the use of a temporary variable? The following doesn't work but it's the general idea. > list(value = 2, plusplus = $value...

type of list elements in .Call
Paul Roebuck · Jan 30, 2005 · r-help

On Mon, 31 Jan 2005, Faheem Mitha wrote: > [SNIP] > as I would expect. I thought that if the vectors in the list could be > regarded as integer vectors, they would be, but apparently not. Is there > any way I can...

Makeconf on Windows - where?
Paul Roebuck · Mar 30, 2007 · r-help

Read in the Windows release notes for 2.4.0 that: There is a new file etc/Makeconf that provides an approximation to the Unix version and may help with src/Makefile's. Yet when I look at the CRAN...

Turning off return warning messages.
Paul Roebuck · Jul 19, 2005 · r-help

On Wed, 20 Jul 2005, Steve Su wrote: > Is there a way I can turn off the following warning message > for using multi-argument returns? > > multi-argument returns are deprecated in: return(p1, p2, p3, p4) doubleEm <- function(p1, p2...

gfortran
Paul Roebuck · Jan 27, 2006 · r-sig-mac

The gfortran referenced on the TigerGCC wiki page is 4.0.0(5202) for Xcode 2.1. I loaded this on my system before remembering I'm running Xcode 2.2.1. My gcc version is 4.0.1(5250...

Can't find what you're looking for? Try searching with Google .