Skip to content
Prev 677 / 21307 Next

[Bioc-devel] check failure: prerequisit package does not use NAMESPACE

A minor correction:

Seth Falcon <sfalcon at fhcrc.org> writes:
Much better to check the return value and give a clear error message.
Something like:

  require("methods") || stop("The methods package is missing, your R is broken")
  require("rJava") || stop("unable to load package 'rJava'")