Changes in version 2.0-6 (2016-12-09) o Update some functions, particularly the C code. Changes in version 2.0-5 o Rewrite some parts of ACO function to improve its efficiency. Changes in version 2.0-3 o CLM obtains the Circular Local Maximization of the circular Kendall Tau (control.method="cirktau") Changes in version 2.0-2 o TSP with alpha1 doesnt check the contrary circular order any more. Changes in version 2.0-1 o Fix some bugs (sce). o Add some methods of aggregation of circular orders for the Hodge technique. Changes in version 2.0 o A full revision of the package, fixing some bugs and renaming some functions to be more logical. Changes in version 1.9-9 o Help files (.Rd) updated. Changes in version 1.9-8 o Function eq.test: the confidence coefficient is calculated inside the function and there is a new output file called frequencydist.csv. Changes in version 1.9-7 o Function ACO and eq.test: increase the number of times heuristics are used in order to get a better approximation of estimators. Changes in version 1.9-6 o Function eq.test: more changes to obtained the distribution under the null in a more logical way. Changes in version 1.9-5 o Function eq.test: Some bugs solved and other improvements. Changes in version 1.9-4 o Function eq.test: Values of statistic added to the output. Changes in version 1.9-3 o Names changed: o cirsce --> msce o cirktau --> mcirktau o Bug solved in CLM in case of missing values. Changes in version 1.9-2 o General improvements in the code and in the help files. Changes in version 1.9-1 o ACO function: o Circular Borda positions is improved. o TSP approach for alpha=1 is improved. o New options of distance are added to Hodge approach. Changes in version 1.9 o FOCO function is changed to ACO function and a considerable improvement of the code is done. Changes in version 1.8 o Function CIRE: o relaxing condition 5 of PAVA circular to allow equalities in both sides. o no argument new, just the new implementation with C. o 0 and 2pi data are allowed in CIRE with circular restriction. Changes in version 1.7 o Function CIRE o adding argument new to be able to choose between the old implementation in R or the new with C. Changes in version 1.6 o In the function FOCO the code has some changes as consequence of the implementation of some improvements in the methodology (the distances when the argument time is used with TSP). Changes in version 1.5 o Missing values are now taken into account correctly in the next functions: o cirsce o FOCO o CLM o Some little bugs corrected: o cond.test function (when SCE=0) o FOCO function (when TSP heuristics have one only solution) o CLM function (when circular PAVA must or not be used). Changes in version 1.4 o A great change in the algorithm which calculates the CIRE in C code in order to be even more computationally eficient and fast. Changes in version 1.3 o A new method of fusion of circular order has been implemented and added to: FOCO, CLM. o Now, all the methodology is computationally eficient. Changes in version 1.2 o Some new functions have been incorporated: o FOCO o CLM o cirKendall o cirktau o cirsce o naiveSCE o These functions have the implementation of different methodologies to fuse circular orders. Changes in version 1.1-4 o cond.test and mrl can now deal properly with missing data. o Some bugs are solved in CIRE function. Changes in version 1.1-3 (2014-02-27) o CIRE can deal with missing values in the data. There is also an improvement in its control of arguments. Changes in version 1.1-2 (2013-08-18) o An improvement in the C code that is part of the function CIRE Changes in version 1.1-1 (2012-10-03) o Some specific changes that make the package more user-friendly. Changes in version 1.1 (2012-04-16) o Removed the functions cirmean, cirkappa since analogous functions are available in an existing package circular. o Rewrited all the remaining functions to improve their speed. o Renamed most of the functions for clarity as follows: o CIREi now is CIRE o CTi now is cond.test o cirSCE now is sce o plotcircularm now is plot.isocir o Changed the names of two arguments of former CIREi function: o from isotropic to circular o from levels to groups. o Changed the name of the argument of former CTi function from levels to groups. o Added isocir/src/funCIRE.C in order to improve the speed of CIRE. o Created the S3 class isocir and the methods: isocir, is.isocir, print.isocir and plot.isocir, related to this class. o Generated again the random data set with replications that is called datareplic. Changes in version 1.0 (2011-04-27) o Released the Version 1.0 in the CRAN.