Changes in version 1.0-1 o Fixed CITATION. Changes in version 1.0-0 (2023-01-17) o Incremented to 1.0-0. Cleaned up some leftover code. CRAN release. Changes in version 0.10-0 o Changed the documentation for CAClimateChangeIndicatorsCountyMedian. Updated CITATION. Changes in version 0.9-2 o Removed the ELKI interface and versions based on ELKI. Versions with the interface are available in the r-forge repository (r332 or r329 are most recent). Changes in version 0.9-0 o Added a vignette. Changed the scale default to FALSE. Attention: In the version for the JCGS paper we had as default `scale=4` and this would now have to be specified explicitly in that R script. We also changed the default dmax which is now Q3+1.5*IQR of the reachabilities (Q3 being the third quartile and IQR being the interquartile range) Changes in version 0.8-2 o Fixed Authors@R. Changes in version 0.8-1 o Added ORCIDs. Changes in version 0.8-0 (2018-01-14) o CRAN Release. Changes in version 0.7-2 o Added possibility to not only center and scale X, but also to only scale X with no centering with rmsq and sd. TRUE and 1 is now center and scale, 2 is now scaling each column individually but no centering, 3 is now scaling all columns by the maximum column sd, 4 is now scaling all columns by maximum column rmsq. FALSE or 0 is no scaling. Changes in version 0.7-1 o Fixed citation info and help file typos. Added another example. Changes in version 0.7-0 (2017-07-24) o Included functionality for more distance measures: Either calculating different distances from a matrix (the ones in dist()) or supplying an object inheriting from dist or supplying a symmetric distance matrix (which is then coerced to a dist object). CRAN version. Changes in version 0.6-0 o Updated version number to 0.6-0. Added dmax argument. Changes in version 0.1-0 o Updated version number. Changes in version 0.0-35 o Forked the cordillera infrastructure from stops into this package.