Bioconductor / SummarizedExperiment

A container (S4 class) for matrix-like assays
https://bioconductor.org/packages/SummarizedExperiment
33 stars 9 forks source link

Resolve _R_CHECK_LENGTH_1_LOGIC2_ issue #34

Closed LiNk-NY closed 4 years ago

hpages commented 4 years ago

Thanks Marcel.

Should be 'j' must be >= 1 in

        if (any(j < 1L) || any(j > nboot))
            stop("'j' must be > 0 and <=", nboot)

for consistency with the test and symmetry with the upper limit.

hpages commented 4 years ago

Also ported this to release (SummarizedExperiment 1.16.1) since this is a bug.