alexeckert / parallelDist

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

Added support for matrices have NA value #31

Open jlianxm opened 2 years ago

jlianxm commented 2 years ago

Hi Alex,

Thanks for your job! I have added support for matrices have NA value. Please review and let me know if this adds value.

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.

Best regards, Jiawei