From 42523d89c08c4d3ee5725e243335f0c8861fad3d Mon Sep 17 00:00:00 2001 From: Magnus Dehli Vigeland Date: Tue, 13 Sep 2022 15:52:33 +0200 Subject: [PATCH] Increment version to 1.5.0. Update NEWS. --- DESCRIPTION | 6 +++--- NEWS.md | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f1cc615..678181f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: ribd Title: Pedigree-based Relatedness Coefficients -Version: 1.4.0.9000 +Version: 1.5.0 Authors@R: person("Magnus Dehli", "Vigeland", , "m.d.vigeland@medisin.uio.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9134-4962")) @@ -25,8 +25,8 @@ License: GPL-3 URL: https://github.com/magnusdv/ribd, https://magnusdv.github.io/pedsuite/ Depends: - R (>= 3.5.0), - pedtools + pedtools, + R (>= 3.5.0) Imports: glue, kinship2, diff --git a/NEWS.md b/NEWS.md index 9dcff7e..c4b3911 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,26 @@ +# ribd 1.5.0 + +## Breaking changes + +* In the output of `coeffTable()` several columns have been renamed. + +## New features + +* New function `twoLocusInbreeding()`. + +* New function: `realisedIbdVariance()`. + +* New function `ELR()`, implementing method of Egeland & Slooten (2016). + +* All two-locus functions have been cleaned up and improved, and new examples have been added. + +## Bug fixes + +* Check that the input vector to `detailed2condensed()` has sum 1 (#14). + +* Fixed edge-case bug in `twoLocusIdentity()` (#9). + + # ribd 1.4.0 ## Breaking changes