- Updated for compatibility with rstan 2.26
- 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.
- updated data validation functions to be in compliance with mew class inheritance coming in next R release
- added
...toconStructandx.validationso additional arguments can be passed torstan::sampling
- fixed aliasing due to inefficient deep copy in stan model
- removed duplicated vignettes displayed on CRAN page
- updated Makevars and Makevars.win to be in compliance with CRAN policy
- following move to C++14 by Stan
structure2conStructnow works for multiple STRUCTURE file formats
- users can now specify their own custom plotting colors in
make.all.the.plots
- stan model blocks are now compiled at package installation instead of at a call to
conStructorx.validation. x.validationis now parallelizable- new
model-comparisonvignette (seevignette("model-comparison",package="conStruct")) - alphaD parameter is now rescaled to reflect non-normalized geographic distances
- compare.two.runs function added
- Removed large files in git history on repo