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.

284 results for “from:Byron Ellis”

R_tryEval not properly documented in 'Writing R Extensions' (PR#9524)
Byron Ellis · Feb 22, 2007 · r-devel

Full_Name: Byron Ellis Version: 2.4.1 OS: N/A Submission from: (NULL) (75.55.126.10) R_tryEval is implied to be in the public API by 'Embedding R in Other Applications,' but not documented in 'Writing R...

Makeconf problem (PR#1311)
Byron Ellis · Feb 14, 2002 · r-devel

Full_Name: Byron Ellis Version: 1.5.0 OS: Solaris 2.8 Submission from: (NULL) (140.247.27.60) the INSTALL variable gets set to tools/install-sh, I'm guessing it should actually be set to $(top_srcdir)/tools...

[RESOLVED] jpeg and png problems on intel mac
Byron Ellis · Apr 25, 2007 · r-sig-mac

Yes, isn't that FANTASTIC? :-) On 4/25/07, Seth Falcon <sfalcon at fhcrc.org> wrote: > Hi, > > Sorry, everything is working fine. I just needed to start X11 first. > > + seth > > -- > Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center > http...

Transparency convenience function
Byron Ellis · Feb 6, 2007 · r-devel

Hi all, For making plots with transparency I've found the following function quite useful when specifying colors that I thought might be of interest (I suspect it's easier to implement under R-devel. IIRC rgb() now takes matrix...

R.app should ignore -psn command line argument (PR#5674)
Byron Ellis · Dec 10, 2003 · r-devel

Full_Name: Byron Ellis Version: R 1.9.0 OS: OS X .3 Submission from: (NULL) (140.247.241.138) Under OS X, when something is launched via "open" or the Dock or the Finder it is passed a Process...

Anon CVS updates?
Byron Ellis · Jun 19, 2002 · r-devel

Is the anonymous CVS repository for R presently broken? There haven't been many updates coming through and the repository files seem to differ significantly from the rsync version of R-devel... Byron Ellis (bellis@hsph.harvard.edu) "Oook" - The...

Curry: proposed new functional programming, er, function.
Byron Ellis · Nov 1, 2007 · r-devel

Hi all (especially R-core) I suppose, With the introduction of the new functional programming functions into base I thought I'd ask for a Curry() function. I use a simple one that looks this: Curry = function(FUN,...) { .orig = list...

gifi R for those without fink
Byron Ellis · Jan 21, 2003 · r-sig-mac

So, after a little bit of hacking around (and a housemate who DOES use fink :-)) I've finally got the gifi version of R 1.6.2 running on my iBook. To get things working I needed libjpeg, libpng (R...

length() and nchar()
Byron Ellis · Aug 29, 2003 · r-devel

THAT'S how you find the length of a string?!! *smacks forehead* I ended up doing a regex for /$^/. Man, I feel stupid. On Friday, August 29, 2003, at 01:59 PM, Wolfram Fischer wrote: > I would propose to add...

A problem with glm() and possibly model-using functions in general?
Byron Ellis · Nov 18, 2005 · r-devel

So, consider the following: > example(glm) > g = function(model) { w = runif(9);glm(model,weights=w); } > g(counts ~ outcome + treatment) Error in eval(expr, envir, enclos) : object "w" not found Huh?! I suspect that somebody is lazily evaluating arguments in...

[Bioc-devel] FCS3.0 DiVa files?
Byron Ellis · Sep 1, 2006 · bioc-devel

Hi all, I remember a couple of months ago there was a brief discussion about FCS3.0 files, in particular DiVA files recorded in floating point. Was there ever any progress made on reading those in? I took a look...

Leaving 'Package:' out of description deletes entire library (PR#4398)
Byron Ellis · Oct 2, 2003 · r-devel

Full_Name: Byron Ellis Version: R-devel (1.8.0) OS: OS X Submission from: (NULL) (209.150.60.78) I recently left out the 'Package' field out of the DESCRIPTION file (yes, I know about package.skeleton() ) only to...

Wish/RFC: ReadConsoleEx
Byron Ellis · Aug 1, 2007 · r-devel

Would there be any interest in a patch to introduce "ReadConsoleEx," analogous to the WriteConsoleEx? The idea would be to pass the prompt type and browser level to applications implementing a user interface to make it easier to implement features...

Wondering about methods (selecting a less specialized method)
Byron Ellis · Dec 11, 2006 · r-devel

Hi All, I find myself wondering if there is a canonical means of achieving the multiple-dispatch version of 'super'? Specifically, I have a set of classes A, B, X and Y where B extends A and a method Foo...

PCRE in development code?
Byron Ellis · May 16, 2002 · r-devel

So PCRE dropped into R-devel recently, I tried just dropping 3.9 (latest version) into src/extra/pcre and compiling on Win32 but its dying during the final link (undefined reference to 'pcre_free') is there some special magic...

Problem building methods package?
Byron Ellis · Sep 14, 2003 · r-devel

For the last, I dunno, week or so I've been unable to build R... I finally took the time to investigate and the crash is in building 'methods': all.R is unchanged ../../../library/methods/man/methods.Rd is unchanged...

Weird R-devel build problem?
Byron Ellis · Oct 15, 2004 · r-sig-mac

Hoping Jan or someone has an idea of where this guy is coming from: gcc -framework Carbon -mdynamic-no-pic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR ld: /usr/lib/gcc/darwin/3.3/libgcc...

new additions to the devel page of R for Mac OS X
Byron Ellis · Feb 18, 2005 · r-sig-mac

you should be able to build gettext without a C# compiler by passing --disable-csharp during the configuration phase. On Feb 18, 2005, at 2:49 AM, stefano iacus wrote: > I've added some more infos on system configuration needed...

Selecting "Don't Save" at Quit from R-GUI
Byron Ellis · Apr 30, 2006 · r-sig-mac

Cmd-D On Apr 30, 2006, at 10:03 AM, Douglas Bates wrote: > Is there a keyboard shortcut to select "Don't Save" from the panel > that R-GUI brings up in response to Apple-Q? I prefer not to...

Distributed computing
Byron Ellis · Mar 22, 2004 · r-devel

http://www.analytics.washington.edu/statcomp/ You probably want to look at either Rpvm or the R Statistical Server (Python/SOAP) On Mar 22, 2004, at 4:21 AM, Anders Sj?gren wrote: > Dear all, > > does anyone know if there...

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