You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(assertions)
#> Warning: package 'assertions' was built under R version 4.4.1
assert_numeric(matrix(LETTERS[1:5]))
#> Error:#> ! 'matrix(LETTERS[1:5])' must be numeric, not a matrix and array