Change history of package rococo:
=================================

Version 1.1.10:
- updated DESCRIPTION file to new format (Authors@R)

Version 1.1.9:
- updates and corrections of help pages

Version 1.1.8:
- changed e-mail address of maintainer
- updated README.md and formatting of package vignette
- updated CITATION file to newer format

Version 1.1.7:
- adapted C++ code to use STRICT_R_HEADERS

Version 1.1.6:
- minor correction of inst/CITATION

Version 1.1.5:
- registered C/C++ subroutines
- cleanup and streamlining of C++ code

Version 1.1.4:
- added special options for dealing with cases in which observables
  do not show any variation
- fixed automatic computation of tolerances for cases where IQR is 0

Version 1.1.3:
- vignette engine changed from Sweave to knitr
- fix of on-demand loading of 'compiler' package
- random number generation in compiled code switched to R API
- moved NEWS to inst/NEWS
- namespace fixes

Version 1.1.2:
- updated citation
- adapted dependency and linking to Rcpp version 0.11.1
  (to avoid issues on Mac OS)
- minor correction of package namespace
- improvements of consistency of error and warning messages
- adaptations of help pages and package vignette

Version 1.1.1:
- adapted dependencies and linking to Rcpp version 0.11.0
- cleared up package dependencies

Version 1.1.0:
- estimation of p-values now based on relative frequencies
- Gaussian rank correlation estimator and test added
- corresponding adaptations of man pages and vignette
- updated citation
- moved vignette to 'vignettes' according to the new guidelines

Version 1.0.1:
- improved estimation of p-values
- added exact computation of p-values (only for 10 or less samples)
- corresponding adaptations of man pages and vignette

Version 1.0.0:
- first public release
