Closed zkamvar closed 3 years ago
N.B. the tests that are currently failing on windows are failing solely because of trying to match temporary paths on windows and not anything substantial
Mac is failing because of weird LaTeX corner case, but otherwise, it's good to go
Windows machines apparently do not treat long int the same way that UNIX machines do and caused integer overflows for people who were performing
bitwise.ia()
on sample sizes of more than 2000 loci x 200 individuals. This wasn't caught earlier because I had skipped these tests on CRAN and appveyor didn't run them either. This fixes the problem and adds a news item.This will fix #234