Changes in version 1.2.1 (2019-08-21) o Fixed error in RQA computation introduced in 1.2.0. Changes in version 1.2.0 (2019-08-02) o Introduced two new approaches to the 0-1 test for chaos computation. Bounding box and centre of gravity based. o Switched from rmpi to pbdMPI for the mpi based parallel computation. Changes in version 1.1.1 (2018-02-14) o Fixed the computation of Dc [(1 - cos(*c * (i + 1))) / (1 - cos(*c)) was changed to (1 - cos(*c * i)) / (1 - cos(*c))]. o Fixed computation when using alpha parameter. o Improved performance when plotting Kc against c from chaos01.res object. o It is possible to change the plot title, xlab, ylab and type when usign plot for chaos01 and chaos01.res objects. o It is possible to change type in the plot of rqa object. o Added link to the gitlab site. o INSTALL file added. o Added zzz.R Changes in version 1.1.0 (2018-01-19) o Functions for quick RQA analysis were added to the package. o Parameters 'plotvar' and 'mdcol' were added to the plot.chaos01 function. o include.TS parameter added to the testChaos01 function. Changes in version 1.0.1 (2016-07-25) o Wrong memory access in C code corrected. Changes in version 1.0.0 (2016-07-18) o Initial version