alexeckert / parallelDist

R Package: Parallel Distance Matrix Computation using Multiple Threads
GNU General Public License v2.0
49 stars 9 forks source link

Add support for matrices with NA value #30

Closed jlianxm closed 2 years ago

jlianxm commented 2 years ago

What?

Why?

How?

Testing?

The code has passed the original test cases. I also add a new unit test file (testMatrixNA.R) to test the cases when matrices have NA values.