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.

370 results for “from:Ross Ihaka”

R-alpha: autoload -- cool!
Ross Ihaka · Aug 15, 1997 · r-devel

Sounds great! I will snag a copy and add it. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To...

R-beta: errors in R help docs
Ross Ihaka · Mar 26, 1998 · r-help

These definitely need fixing! Thanks for pointing it out. Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...

R-alpha: a question on terminology
Ross Ihaka · Aug 22, 1997 · r-devel

I like "packages". Modules have namespace implications which the present setup does not provide. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body...

R-beta: Problem with Ctrl-C
Ross Ihaka · Jun 17, 1997 · r-help

It looks like the interrupt handler is not being reset. Should be a simple change. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...

R-alpha: problems qith require/provide
Ross Ihaka · Apr 14, 1997 · r-devel

Thomas has sent me a new version which may fix this problem. I will take a look. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...

attributes now inherited
Ross Ihaka · Apr 1, 1998 · r-devel

Thanks very much for the patches. I have made the changes to the sources for the current development version (0.62). Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...

Image restoration in latest snapshots
Ross Ihaka · Apr 8, 1998 · r-devel

I have restored backward compatibility of .RData files in the latest development snapshot. This should be propagating to archives shortly. Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...

R-alpha: boxplot(..., varwidth = TRUE, ...) - Take 2
Ross Ihaka · Sep 24, 1997 · r-devel

Douglas Bates writes: > This piece of code may do a better job in bxp I have just committed both changes :-) Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...

R-alpha: 1:n is not integer
Ross Ihaka · May 28, 1997 · r-devel

Ross Ihaka writes: > Is this a bug or feature. Gaak! Hit the wrong button. Its on the list for changing. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...

R-alpha: R-beta: regex
Ross Ihaka · May 24, 1997 · r-devel

Just ignorance on my my part. I thought that "grep" didn't do substitutions. If it inhibits backreferences I'll kill it. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...

R-beta: Rnotes.tgz
Ross Ihaka · Mar 1, 1998 · r-help

By all means make as many copies as you like. If it doesn't say that somewhere it should (and soon will). Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...

complex solve?
Ross Ihaka · Feb 15, 1999 · r-help

A complex "solve" would not be difficult to add. It just requires incorporating a few more linpack routines. Is "solve" sufficient, or is there additional facilities you might want? Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac...

heap memory exhausted
Ross Ihaka · Nov 26, 1998 · r-help

There is a command line option -v which sets the size of the heap in megabytes. Try R -v10 or, if you have lots of memory R -v100 Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at...

Error in ppois function (PR#161)
Ross Ihaka · Apr 9, 1999 · r-devel

On Fri, 9 Apr 1999, Ross Ihaka wrote: Some nonsense or other ... Never mind, it's late Friday. But ... How about dpois(1.2, 3) returning NA? Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...

Error in ppois function (PR#161)
Ross Ihaka · Apr 9, 1999 · r-devel

On Fri, 9 Apr 1999, Ross Ihaka wrote: Some nonsense or other ... Never mind, it's late Friday. But ... How about dpois(1.2, 3) returning NA? Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...

does a factorial function exist
Ross Ihaka · Jun 23, 1999 · r-help

It used to be in there at one point. You can define your own as follows factorial <- function(x) gamma(x+1) It is an important omission. Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...

R-beta: S compatibility
Ross Ihaka · Aug 15, 1998 · r-help

On Sat, 15 Aug 1998, E. S. Venkatraman wrote: > Would a Fortran code be acceptable? Fortran is fine. Could you package it up with a working example? Comments would probably help too :-). Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www...

R-alpha: Silence
Ross Ihaka · Jun 23, 1997 · r-devel

I've been "out" (literally and figuratively) with a virus for the past week or so. One quick observation though "23" < 3 is a STRING comparison because of type coercion. Thus returning TRUE is correct. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list...

R-alpha: Memory errors and cbind
Ross Ihaka · May 7, 1997 · r-devel

Robert and I think we have a fix for the memory errors which are happening with cbind. I am getting a largish patch ready for this and a range of other problems. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www...

How to set axis labels?
Ross Ihaka · Mar 2, 1999 · r-devel

I think you're right Brian. Do you want to change it? :-) [ For those who don't know, Brian is now a core developer and can commit changes to the source code tree. ] Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http...

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