Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport long vectors #55
Conversation
There is one remaining use of Rf_length where the dimensions are checked. Long vectors support is not needed there.
The individual indices for matrices in R are of type int, but the size is potentially larger than that. R_xlen_t is used for the product of the number of ros and columns.
|
Looks good at a first glance! |
|
No regression in a reverse depends check, so merging. Thanks for the PR. |
I have not tried to convert the two test cases from the issue into unit tests due to memory considerations.
(fixes #54)