• Fix Bonferroni correction in the mvMAPIT.Rmd vignette.
  • Fix LTO issues again. The R dev automation generates RcppExport.cpp files that cause LTO issues in this package on CRAN.
  • Added Cauchy combination test cauchy_combined including vignette that compares combination methods
  • simulate_traits now returns genotype matrix with causal epistatic variants named according to the trait they affect
  • Added progress bar and possibility to interrupt C++ routine using RcppProgress
  • Fixed “incorrect number of dimensions” error in simulate_data.R
  • CRAN issue does not show up in R CMD check. Version upgrade for resubmission.
  • fishers_combined and harmonic_combined now take additional arguments in form of string values. The first determines the name of the column of the tibble by which to group the p-values. The second determines the name of the column containing the p-values.
  • Added Dockerfile and vignette on mvMAPIT in Docker.
  • MvMAPIT was renamed to mvmapit.
  • simulate_phenotypes was renamed to simulate_traits.
  • Dependencies were cleaned up, e.g. R requirement 2.10 -> 3.5, old package dependencies removed.
  • Version that publication data was produced with. No official release.