privefl / bigstatsr

R package for statistical tools with big matrices stored on disk.
https://privefl.github.io/bigstatsr/
179 stars 30 forks source link

Error in `big_cor()` when using `block.size = 1` #181

Open privefl opened 6 months ago

privefl commented 6 months ago
library(bigstatsr)
X <- big_attachExtdata()
big_cor(X, ind.col = 1:10, block.size = 1)

Error in colSums(tmp1) : 'x' must be an array of at least two dimensions