[Rd] update.packages() doesn't pick up the highest version of packages

2007-01-29 Thread Herve Pages
Hi, Try to install limma 2.8.1 with: > biocRep <- "http://bioconductor.org/packages/1.9/bioc"; > install.packages("limma", repos=biocRep) then try to update it with > repos <- c(biocRep, "http://cran.fhcrc.org";) > update.packages(repos=repos) --> it will not get updated (even if there

Re: [Rd] Rscript on Windows

2007-01-29 Thread Gabor Grothendieck
Haven't got any feedback on this one. Will we be getting a perl/python/ruby style -x switch for Rscript for R 2.5.0? It certainly would give more flexibility to users of Rscript on non-UNIX systems where #! notation is not available. On 1/26/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > Go

Re: [Rd] misspelling - intension (PR#9470)

2007-01-29 Thread ripley
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1141997210-1170077752=:21657 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT But not in the

[Rd] misspelling - intension (PR#9470)

2007-01-29 Thread org . r-project
Full_Name: Nathan Coulter Version: R-2.3.1 OS: Linux Submission from: (NULL) (148.168.40.4) On page 827 of the Reference Index, "intention" is spelled as "intension": Another variety of extension starts with one of the built-in data types, perhaps with the intension of modifying R’s standard beh

Re: [Rd] plot.lm (PR#9474)

2007-01-29 Thread ripley
There is nothing to reproduce here. Please supply a self-contained, commented, reproducible example. On Sun, 28 Jan 2007, [EMAIL PROTECTED] wrote: > Full_Name: Robert Kushler > Version: 2.4.1 > OS: Windows XP > Submission from: (NULL) (69.245.71.40) > > > > In the constant leverage case, plot #

[Rd] plot.lm (PR#9474)

2007-01-29 Thread kushler
Full_Name: Robert Kushler Version: 2.4.1 OS: Windows XP Submission from: (NULL) (69.245.71.40) In the constant leverage case, plot #5 is not correctly produced. The labels on the x-axis are sorted correctly by magnitude of the fitted value, but the data are plotted in the original factor order.