We are running R 4.3.0 and we encountered the following error. It is kind of difficult to interpret. Any ideas why this might have happened?
> X <- BEDMatrix("converted.bed")
Extracting number of samples and rownames from converted.fam...
Extracting number of variants and colnames from converted.bim...
> dim(X)
[1] 31 2846611
> kinship <- popkin(X)
Error in if (any(!indexes_not_fixed)) { :
missing value where TRUE/FALSE needed