Skip to content

update to matrix class, stopping early #3

@aditi-goyal-523

Description

@aditi-goyal-523

Hi all! I'm trying to run eagle, and I'm running into some version issues with R. There is a

stopifnot(all(sapply(xFull, class) == "matrix"), all(sapply(xNull, class) == "matrix"))

line in the code, but as of R 4.3, matrices now show up as "matrix" "array" when indicating their class. Is there a way to update the stop check so we can run the tutorial? Thanks!

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