Package: r-bioc-sparsematrixstats / 1.2.1+dfsg-4

Metadata

Package Version Patches format
r-bioc-sparsematrixstats 1.2.1+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
arm_part_1.patch | (download)

src/methods.cpp | 2 1 + 1 - 0 !
src/sample_rank.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] make sure to return na_integer when appropriate

This fixes issue #16.
It looks like on x84 machines casting NA_REAL to int returns a
NA_INTEGER. However, on ARM casting NA_REAL to int gives 0. Thus, the
tests for colCounts() and colRanks() failed on ARM.

arm_part_2.patch | (download)

src/sample_rank.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 [patch] also fix issue in calculate_sparse_rank