Changes in version 2.6 (2019-11-04) o Adjusted code to use p-value buckets as in the final version of hte article "Implementing Monte Carlo Tests with P-value Buckets". Changes in version 2.5 (2017-03-23) o Added functionality for multiple thresholds (for article 'Implementing Monte Carlo Tests with Multiple Thresholds'). o Added main functions 'mctest', 'mctest.RL' and 'mctest.simctest' as well as class 'mtestres'. o NEWS.RD file added. Changes in version 2.4 (2013-12-13) o Simplified examples in Rd files (and vignettes) to speed-up CRAN self-check. Changes in version 2.3 (2013-06-10) o Implemented functionality for article 'QuickMMCTest-Quick Multiple Monte Carlo Testing' o All changes in 'R/mmctest.R': parameter 'thompson' now available to enable 'QuickMMCTest' allocation of new samples. Changes in version 2.2 (2013-02-20) o Added intersecting of confidence intervals in 'mmctest' (file 'R/mmctest.R') Changes in version 2.1 (2012-09-17) o Implemented functionality for article 'MMCTest - A safe algorithm for multiple Monte Carlo tests'. o Added classes 'mmctest' and 'mmctestres' (in file 'R/mmctest.R') providing main functions 'mmctest' and 'mmctSampler' (plus further functionality). o Added manual Rd files in 'man/' and a new vignette in 'inst/simctest-mmctest-intro.Rnw'. Changes in version 1.99-2 (2012-03-19) o New example in manual file 'man/simctest.Rd'. Changes in version 1.99 (2011-11-08) o Added functions 'mcp' and 'mkdeltamid' (computation of the power of a Monte Carlo test). o Added new class 'mcpres' (in R/mcp.R). Changes in version 1.0-1 (2010-02-07) o Completed missing entries in the 'Rd' file manual (folder 'man'). o Added the full JASA bib item in inst/CITATION after publication of the underlying JASA article. Changes in version 1.0 o Initial submission to CRAN.