We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e5da0 commit a1ded19Copy full SHA for a1ded19
tests/testthat.R
@@ -8,3 +8,9 @@ logger = lgr::get_logger('rsparse')
8
logger$set_threshold('warn')
9
data("movielens100k")
10
test_check("rsparse")
11
+
12
+movielens100k = rbind(
13
+ movielens100k,
14
+ as(matrix(0, nrow = 2, ncol = ncol(movielens100k)), 'sparseMatrix'),
15
+ movielens100k[1:2, ]
16
+)
0 commit comments