-
Notifications
You must be signed in to change notification settings - Fork 2
bug in missingnessHeatMaps.R #8
Copy link
Copy link
Open
Description
I found a bug in missingnessHeatMaps.R
On line 101, you need to replace the all.equal() function with the identical() function, because the former will not always return a boolean, and therefore if the two matrices are different, the correct error message will never be written.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels