Changes in version 1.1.6 (2023-10-10) OTHER CHANGES o The explicit data-type cast in Fortran source files were changed in order to facilitate portability. Changes in version 1.1.5 (2023-03-26) OTHER CHANGES o R_forceSymbol in file init.c was removed (i.e. not set to TRUE) o The package datasets was included in the Suggests field of the DESCRIPTION file. o Changed url into doi for some references in Rd-files. Changes in version 1.1.4 (2020-09-17) OTHER CHANGES o In function pettitt.test the p-value is now calculated as pval <- min(1, 2.0 * exp(( -6.0 * U^2) / (n^3 + n^2))) to ensure that p does not exceed one. Changes in version 1.1.3 (2020-09-01) OTHER CHANGES o CRAN check detected undeclared packages that were referred to in Rd files. The ‘DESCRIPTION’ file was updated with ‘Suggests’. Changes in version 1.1.2 (2020-01-13) OTHER CHANGES o CRAN check detected ‘LTO’ related issues. The ‘init.c’ was re-written. Changes in version 1.1.1 (2018-07-30) NEW FEATURES o The references and description in the .Rd file for the function rrod.test was extended in order to address the original authors Fligner and Pollicello. Changes in version 1.1.0 (2018-01-03) NEW FEATURES o The function lanzante.test for performing a non-parametric single-change point-detection test using either the wilcox.test or the robust rank order distribution test (rrod.test) was added. o The function rrod.test for performing the non-parametric robust rank order distribution test was added. Changes in version 1.0.1 (2017-11-12) MODIFICATION o The internal function .mkScore was slightly recoded to enhance speed. Thanks to Martin Schmelzer. Changes in version 1.0.0 (2017-07-30) NEW FEATURES o The function bartels.test for performing the rank version of von Neumann's ratio test was added. o The function br.test for performing the Buishand range test was added. o The function bu.test for performing the Buishand U test was added. o The function snh.test for performing Alexandersson's standard normal homogeinity test was added. o The generic function plot.cptest was added to plot the output of the above functions. o The function pettitt.test was recoded in order to increase speed. o The functions mk.test, smk.test, cmk.test, partial.mk.test and sens.slope were recoded in order to increase speed. They consistently produce output objects of class "htest". o The generic function summary.smktest was added to display seasonal output of smk.test o The function sea.sens.slope was recoded and produces a scalar output. o The function mult.mk.test was added for multiside or multivariate Mann-Kendall Test. o The man pages were revisited and now contain the underlying mathematical functions. Changes in version 0.2.0 (2016-05-14) NEW FEATURES o The function ww.test for conducting Wald-Wolfowitz test for independence and stationarity was added to the package. Changes in version 0.1.0 (2016-01-06) NEW FEATURES o The function wm.test for conducting the Wallis and Moore phase-frequency test for randomness was added to the package. o the function cs.test for the Cox-Stuart trend test was included. MODIFICATION o The function sens.slope was modified to enhance speed. Changes in version 0.0.2 (2015-11-12) BUGFIXES o The NAMESPACE file was updated.