Changes in version 0.5.4 (2025-01-09) - additional issues caused by ExactMultinom (v0.1.2) fixed by using new version 0.1.3 - updated documentation Changes in version 0.5.2 (2021-03-25) - adapted to new structure of spatstat 2.0 Changes in version 0.5.1 (2020-09-10) 1. introduced multinomial tests 2. removed input vectors p_b,p_n,p_a for calibration_simplex (use p1,p2,p3 instead!) 3. fixed some bugs (mainly concerning very small samples): - samples can all be within a single bin - not all outcomes must occur - plot works for n = 1 4. reduced size of sample data from 50,000 rows to 10,000 rows Changes in version 0.3.2 (2019-05-20) - added sample data and code examples illustrating the calibration simplex - removed code example, which was using data from the scoring package - changed input vector names for calibration_simplex (p_b -> p1, p_n -> p2, p_a -> p3). The old variable names are still supported, however they will trigger a warning and may be removed in future versions of this package. - added (optional) parameter category_labels to the plot function and changed default labels to 1,2,3 instead of b,n,a. - added README.md and NEWS.md Changes in version 0.2.2 (2019-02-01) - initial package