Skip to content

Releases: remlapmot/bpbounds

bpbounds 0.1.7

24 May 17:54
9ef6498

Choose a tag to compare

  • 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).

bpbounds 0.1.6

13 Jun 15:26
efe276d

Choose a tag to compare

  • Tweak formatting of code in helpfile examples and vignette

  • Bumped minimum required version of R to be at least 4.0.0 because this is now required by evaluate, which is a dependency of knitr.

  • Bumped version of roxygen2 used to create package documentation

  • Minor edits to README.md

bpbounds 0.1.5

03 May 20:56
1eb7ce0

Choose a tag to compare

  • Additional email address and affiliation edits.
  • Remove LazyData from DESCRIPTION.
  • Update roxygen2 version number in DESCRIPTION.
  • Simplify NAMESPACE by not importing functions from other packages.
  • Improve accompanying pkgdown site

Version 0.1.4 on CRAN

21 Jan 16:47

Choose a tag to compare

Minor release:

  • Change Maintainer email address.

Version 0.1.3

05 Feb 15:24

Choose a tag to compare

  • Added Nuala's ORCID to DESCRIPTION.

Version 0.1.2

05 Feb 07:52

Choose a tag to compare

  • Added Roland's ORCiD.

Version 0.1.1 on CRAN

20 Dec 09:16

Choose a tag to compare

Added runExample() to launch Shiny App which is now contained within the package, and deployed on https://www.shinyapps.io/.

Release of version 0.1.0 on CRAN

21 Nov 15:59

Choose a tag to compare

v0.1.0

Update .gitignore