###############################################################################
## NEWS to package MKdescr
###############################################################################

###########################################################
## Version 0.9
###########################################################
- improved labelling of breaks for glog transformations
- removed table from package help file
- use aes in combination with .data from package rlang instead of aes_string
- changed to doi for arxiv article


###########################################################
## Version 0.8
###########################################################
- updated function illustrate.boxplot
- corrected vignette entry (detected by a new CRAN check)
- added scale_*_log and scale_*_log2 (* = x, y)
- added Tukey's seven number summary using quantiles
- changed link in DESCRIPTION file


###########################################################
## Version 0.7
###########################################################
- added functions to illustrate quantiles and boxplots.
- updated links from http to https


###########################################################
## Version 0.6
###########################################################
- changed behaviour of CV functions in case of NA values to correct a minor
  bug.
- extended medCV and iqrCV by argument constant and type.
- introduced functions zscore, medZscore and iqrZscore to compute z-scores
- introduced function SMD for calculating the standardized mean difference
  with and without equal variances


###########################################################
## Version 0.5
###########################################################
- added references to the description and vignette
- function simCorVars gained arguments to set mean and sd of the simulated
  variables.


###########################################################
## Version 0.4
###########################################################
- extended description in DESCRIPTION file
- improved documentation of CV and SNR


###########################################################
## Version 0.3
###########################################################
- slightly changed the title of the package and extended the description


###########################################################
## Version 0.2
###########################################################
- added functions skippedMean and skippedSD for computing Huber-type
  skipped mean and SD.


###########################################################
## Version 0.1
###########################################################
- Start of development
- Copied functions simCorVars, glog, glog10, glog2, inv.glog,
  inv.glog10, inv.glog2, scale_y_glog, scale_x_glog,
  scale_y_glog10, scale_x_glog10, scale_y_glog2,
  scale_x_glog2, scale_y_neglog, scale_x_neglog,
  scale_y_neglog10, scale_x_neglog10, scale_y_neglog2,
  scale_x_neglog2, melt.long, fiveNS, IQrange, sIQR,
  meanAD, CV, medCV, iqrCV, SNR, medSNR, iqrSNR,
  qbxp.stats, qboxplot, thyroid
  from package MKmisc
