bigmemory icon indicating copy to clipboard operation
bigmemory copied to clipboard

Results 36 bigmemory issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to read a large file using bigmemory and I am getting errors as this file's first two columns are non-numeric, so I have deleted the second...

The Windows build is having trouble linking to the uuid library. If anyone could fix this it would be appreciated.

Trying to use `bigkmeans` on my M1pro Macbook Pro with 32GB of RAM on MacOS Monterey. Calling `big.matrix(x)` for a matrix of any size does not return (freezes), unless I...

Hi, and thank you for a vital piece of software for a lot of our users! Our problem right now is that we are seeing consistent and duplicate semaphore names...

I'm working with data outside the realm of 2^31-1 elements, so I'm having issues converting matrices to big.matrix format using as.big.matrix (due to the inability to pass long vectors to...

(This issue is forwarded from https://github.com/rstudio/rstudio/issues/8923) ### System details RStudio Edition : Desktop RStudio Version : 1.4.1103 OS Version : Win10 R Version : 4.0.3 ### Steps to reproduce the...

If I do the following sequence of functions calls multiple times, the outputs are always the same: ``` r set.seed(123) x

Hi, thank you for your great tool. It is very useful to handle the big matrix. But I found I can not use the bigmemory matrix to perform matrix multiplication...

I encountered a reproducible problem when creating `big.matrix` objects using a Debian docker container. The same also happens for a different one running Ubuntu. To reproduce, you only need to...

Thanks for this great package. I have my package that depends on `bigmemory`, and now I wish to add the support for sparse matrix to my package. I noticed that...