Skip to content
Prev 15357 / 63424 Next

dealing with package bundles (was RE: [R] Gregmisc)

On Thu, 10 Mar 2005, Liaw, Andy wrote:

            
Just one bundle, AFAICS.
The issue seems only to arise with one bundle that was formerly a package. 
I think re-naming that bundle would be the most effective solution. 
Alternatively, bundle 'gregmisc' could contain a package 'gregmisc' (there 
is an example of that already in CoCo) which told users what had happened 
(or even loaded all the components), which would also work with a rename.
How can you know that?  The names of bundles are not known, and indeed 
`gregmisc' is a perfectly good package name and gregmisc 1.x might be what 
was intended.
In what order, and why, given that library() will already load all the 
dependencies in a sensible order?
No.

As from 2.1.0, install.packages() will install a bundle given the name of 
a package it contains (at least if the repositories supply the 
information), so there will be little need for users to know about 
bundles.