Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.55 KB

File metadata and controls

54 lines (36 loc) · 1.55 KB

conStruct 1.0.6

Minor changes

  • Updated for compatibility with rstan 2.26

conStruct 1.0.5

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.

conStruct 1.0.4

Bug fixes

  • updated data validation functions to be in compliance with mew class inheritance coming in next R release

conStruct 1.0.3

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

conStruct 1.0.2

Bug fixes

  • updated Makevars and Makevars.win to be in compliance with CRAN policy

conStruct 1.0.1

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

conStruct 1.0.0

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

conStruct 0.0.0.9000

Beta release