Skip to content
Prev 39827 / 63421 Next

DESCRIPTION file and Rd examples

On Apr 14, 2011, at 11:00 PM, Dario Strbenac wrote:

            
require() is doesn't guarantee that the package will load, so I think what you meant to write was more

if (require(GenomicRanges, quietly=TRUE)) {
 ...