Changes in version 1.0.6 (2024-01-08) Minor changes - Updated for compatibility with rstan 2.26 Changes in version 1.0.5 (2023-03-17) Minor changes - updated package to fully delegate the installation/compilation of stan models to rstantools. - added a github actions R CMD CHECK workflow to make sure that changes are compatible across all platforms. Changes in version 1.0.4 (2019-12-12) Bug fixes - updated data validation functions to be in compliance with mew class inheritance coming in next R release Changes in version 1.0.3 (2019-01-03) Major changes - added ... to conStruct and x.validation so additional arguments can be passed to rstan::sampling Bug fixes - fixed aliasing due to inefficient deep copy in stan model - removed duplicated vignettes displayed on CRAN page Changes in version 1.0.2 (2018-11-08) Bug fixes - updated Makevars and Makevars.win to be in compliance with CRAN policy Changes in version 1.0.1 (2018-10-19) Major changes - following move to C++14 by Stan - structure2conStruct now works for multiple STRUCTURE file formats Bug fixes - users can now specify their own custom plotting colors in make.all.the.plots Changes in version 1.0.0 (2018-09-18) Major changes - stan model blocks are now compiled at package installation instead of at a call to conStruct or x.validation. - x.validation is now parallelizable - new model-comparison vignette (see vignette("model-comparison",package="conStruct")) - alphaD parameter is now rescaled to reflect non-normalized geographic distances - compare.two.runs function added Bug fixes - Removed large files in git history on repo Changes in version 0.0.0.9000 Beta release