psupertime icon indicating copy to clipboard operation
psupertime copied to clipboard

fix change in as.matrix

Open wmacnair opened this issue 2 years ago • 0 comments

from R 4.0.0 onwards, we need to use inherits(matrix_obj, "matrix") to check that x is a matrix, instead of class(matrix_obj) == "matrix"

wmacnair avatar Jan 09 '23 17:01 wmacnair