-
bpbounds now requires R 4.1 or later. This is because its soft dependency, tidyr, has a hard dependency, purrr, with this requirement (and tidyr is required for the main example in the vignette).
-
dplyr removed as a soft dependency and instances of the magrittr/dplyr pipe,
%>%, replaced with the native pipe,|>. -
Fixed incorrect index mapping in
bpbounds_calc_tri_z3(): the x=0,y=1 and x=1,y=0 conditional probability cells were swapped for each category of Z, giving wrong bounds for the trivariate 3-category instrument case (thanks @sachsmc).