Skip to content
Prev 1638 / 21312 Next

[Bioc-devel] affypdnn: Request for moving "Depends" packages to "Suggests"

Hi,

my comment below on users not able to install missing packages.
On Tue, Jul 1, 2008 at 3:22 AM, Robert Gentleman <rgentlem at fhcrc.org> wrote:
I second this.

It would also not be hard to have library()/require() throw errors of
a specific class, say MissingPackageError, and then have an exception
handling that do what ever the user/developer prefers.  If such an
error reaches the "user/prompt", there could be user options() saying
what to do, e.g. today's error message is display, a prompt (text or
GUI) is display asking the user if s/he wants to download and install
the missing package, or install the package automatically, and then
continue.

/Henrik