mice icon indicating copy to clipboard operation
mice copied to clipboard

Edit test broken on R<4

Open MichaelChirico opened this issue 1 year ago • 0 comments

Test assumes behavior new to R4.0.0 (namely, that class(matrix()) is c("matrix", "array")). It's better to use is.matrix() instead.

MichaelChirico avatar Oct 06 '22 23:10 MichaelChirico