Skip to content

bug in missingnessHeatMaps.R #8

@elbourret

Description

@elbourret

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.

https://github.com/atcg/clustOpt/blob/20033424acf3405f2d3e1af0a0045124426624df/resources/missingnessHeatMaps.R#L101C14-L101C23

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions