Skip to content
Prev 15276 / 63424 Next

How graphical an interface should the default be?

On Fri, 25 Feb 2005, Robert Gentleman wrote:

            
They have arguments to control this, e.g.
function (graphics = TRUE)
That is the documented default behaviour.  (`Most recent' = `highest 
version number'.)  If more than one repository offers the same version, it 
is taken from the first on the list.

Icens is the only example that I have noticed, where BioC has a later 
version than CRAN.

setRepositories allows users to choose the order only in the text version, 
and you can of course just set the option from the command-line.
Yes, but looking for dependencies is not the default, so you can 
do something like

install.packages("foo", repos="http://www.bioconductor.org",dependencies=TRUE)

to confine the search.
That's true as for 2.0.0, and we could easily refine it (you need Imports 
too).

Brian