You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all.info contains the first two lines of the genalex file, which determines the checks for the number of samples, loci, and populations. If the user uses ; as a separator in the file, but does not specify sep = ";", then all.info remains a two-element vector and ninds becomes missing:
If a user reads in a genalex file with semicolons instead of commas, they will get the following error:
This happens in this block:
poppr/R/file_handling.r
Lines 213 to 236 in 94c745a
all.info
contains the first two lines of the genalex file, which determines the checks for the number of samples, loci, and populations. If the user uses;
as a separator in the file, but does not specifysep = ";"
, then all.info remains a two-element vector andninds
becomes missing:The text was updated successfully, but these errors were encountered: