###############################################################################
## NEWS to package MKpower
###############################################################################

###########################################################
## Version 0.7
###########################################################
- new function to compute power and sample size for ANCOVAs
- update of vignette


###########################################################
## Version 0.6
###########################################################
- update due to change in package matrixTests
- changed package link to https://github.com/stamats/MKpower
- changed http to https
- added argument conf.int to sim.power.t.test to reduce computation time
- changed ..density.. to after_stat(density) in geom_hist


###########################################################
## Version 0.5
###########################################################
- added new methods to function ssize.propCI contributed by Måns Thulin.
- update of link to Sample Size Planning for Developing Classifiers Using 
  High Dimensional Data


###########################################################
## Version 0.3 + 0.4
###########################################################
- minor changes to description requested by CRAN


###########################################################
## Version 0.2
###########################################################
- added function sim.ssize.wilcox.test for determining sample size and power 
  of the Wilcoxon rank sum and signed rank tests by Monte-Carlo simulations.
- added function power.prop1.test for computing the power for a one-sample test 
  for Proportions.
- added function ssize.propCI for computing the sample size for a two-sided
  confidence interval of a single proportion.
- added function sim.power.t.test for simulation power and type-I-error of
  classical, Welch and Hsu t-tests.
- added methods for hist, qqunif and volcano to visualize the results of 
  power and type-I-error simulations.
- added function sim.power.wilcox.test for simulation power and type-I-error of
  exact, asymptotic and approximate Wilcoxon-Mann-Whitney tests as well as
  methods for hist, qqunif and volcano.


###########################################################
## Version 0.1
###########################################################
- Start of development
- Copied functions power.diagnostic.test, power.hsu.t.test,
  power.nb.test, power.welch.t.test, ssize.pcc from package 
  MKmisc
