Skip to content
Prev 12386 / 21312 Next

[Bioc-devel] R: DaMiRseq in ERROR in the stable release

On 11/22/2017 09:51 AM, Mattia Chiesa wrote:
Since this version is not available in the main CRAN repository, your 
package will simply fail because the specified version cannot be loaded.

The best solution is simply to wait for the authors to fix the bug. Note 
also that 1:opt.comp causes problems, much like omitting drop=FALSE, 
when opt.comp == 0 and it is always better to use seq_len() (or its 
compatriot seq_along()).

 > 1:opt.comp
[1] 1 0
 > seq_len(opt.comp)
integer(0)

Martin
This email message may contain legally privileged and/or...{{dropped:2}}