MathMarEcol / pdyer_aus_bio

GNU General Public License v3.0
0 stars 0 forks source link

Handling clustering of sites larger than about 15000x15000 #16

Open PhDyellow opened 1 year ago

PhDyellow commented 1 year ago

We hit the internal vector size limit in R of 2^31-1.

May get lucky and R may automatically use the extended long vectors.

This issue can be closed without action if R uses long vectors by default for large matrices.