- updated the code for Neis genetic distance
- added an experimental function for Neis DA 1983 genetic distance
- updated maintainer email
- removed use of temp environment and associated unintentional binding to base environment
- fixed error and example data documentation
- updated to reflect the new R 4.0.0 default of stringsAsFactors = FALSE in data.frame() and read.table()
- bug fixes during bootstrapping Fst calculation if Fst values are NaN
- bug fixes during importation of genlight objects
- fixed format compatibility issues with stamppPhylip and the updated software program Darwin v6
- bug fixes during importation of polyploid genotype data
- updated for compatibility with pegas 0.6
- speed improvements to stamppConvert, stamppNeisD and stamppGmatrix for large datasets
- fixed an error in calculating Nei's genetic distance between individuals using genotype data imported in 'freq' format; -- Prior to this update StAMPP had a bug that when missing data was ecountered it would print an error to the screen and would not calculate the genetic distances. This error was only associated with data imported in 'freq' format when calculating genetic distances between individuals. Any results from data analysis in StAMPP were and are still accurate as this error prevented the calculation of genetic distance and therefore no incorrect values would have been generated.
- corrected an error in calculating Nei's genetic distance where StAMPP did not split the calculation up when using large datasets and consequently produced a memory allocation error when memory was limiting.
- updated for compatibility with adegenet 1.3-9