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 upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
This post in the poppr forum showed that a single locus data set could not be imported. Here's a reproducible example.
The reason for this error was because of our old friend
drop = TRUEbeing default for subsetting matrices. I am scouring the code and settingdrop = FALSEeverywhere.