Skip to content

Commit 9ddf161

Browse files
committed
updated version number + author list
1 parent a6d3a8b commit 9ddf161

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ Title: Measuring Disparity
33
Authors@R: c(person("Thomas", "Guillerme", role = c("aut", "cre", "cph"),
44
email = "guillert@tcd.ie",
55
comment = c(ORCID = "0000-0003-4325-1275")),
6+
person("Jack", "Hatfield", role = c("aut", "cph")),
67
person("Mark", "Puttick", role = c("aut", "cph")),
7-
person("Jack", "Hatfield", role = c("aut", "cph"))
8+
person("Caleb", "Scutt", role = c("aut", "cph"))
89
)
910
Maintainer: Thomas Guillerme <guillert@tcd.ie>
10-
Version: 1.9.7
11-
Date: 2025-08-22
11+
Version: 1.9.8
12+
Date: 2025-12-08
1213
Description: A modular package for measuring disparity (multidimensional space occupancy). Disparity can be calculated from any matrix defining a multidimensional space. The package provides a set of implemented metrics to measure properties of the space and allows users to provide and test their own metrics. The package also provides functions for looking at disparity in a serial way (e.g. disparity through time) or per groups as well as visualising the results. Finally, this package provides several statistical tests for disparity analysis.
1314
Depends:
1415
R (>= 3.6.0),

NEWS.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
dispRity v1.9.8 (2025-12-037)
1+
dispRity v1.9.8 (2025-12-08)
22
=========================
33

44
### NEW FEATURES
5-
* **Major restructure** of `multi.ace`: the `threshold` and `sample` arguments have been replaced by a single `ml.collapse` argument that takes a named list structure. This now combines the previously separate arguments `threshold` and `sample` under one banner.
6-
* Use `ml.collapse = list(type = "majority")` (replaces `threshold = "max"`), `ml.collapse = list(type = "relative")` (replaces `threshold = TRUE`), `ml.collapse = list(type = "threshold", threshold = 0.95)` (replaces `threshold = 0.95`), or `ml.collapse = list(type = "sample", sample = 100)` (replaces `sample = 100`).
7-
* New tie-breaking option in `multi.ace`: `ml.collapse = list(type = "majority", tie.breaker = TRUE)` for randomly selecting one discrete state when highest scaled likelihoods are tied (alternative to default `tie.breaker = FALSE` which returns all tied states with uncertainty token).
5+
* **Major restructure** of `multi.ace`: the `threshold` and `sample` arguments have been replaced by a single `ml.collapse` argument that takes a named list structure. This now combines the previously separate arguments `threshold` and `sample` under one banner. Use `ml.collapse = list(type = "majority")` (replaces `threshold = "max"`), `ml.collapse = list(type = "relative")` (replaces `threshold = TRUE`), `ml.collapse = list(type = "threshold", threshold = 0.95)` (replaces `threshold = 0.95`), or `ml.collapse = list(type = "sample", sample = 100)` (replaces `sample = 100`). This also includes a new tie-breaking option in `multi.ace`: `ml.collapse = list(type = "majority", tie.breaker = TRUE)` for randomly selecting one discrete state when highest scaled likelihoods are tied (alternative to default `tie.breaker = FALSE` which returns all tied states with uncertainty token).
86

97
### MINOR IMPROVEMENTS
108
* **Changed default argument** in `multi.ace`: `ml.collapse` default is now `list(type = "majority")` (previously `threshold = TRUE` which mapped to `"relative"`).

0 commit comments

Comments
 (0)