diff --git a/DESCRIPTION b/DESCRIPTION index e08effe..bdea156 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: segregatr Title: Segregation Analysis for Variant Interpretation -Version: 0.2.0.9100 +Version: 0.3.0 Authors@R: c(person(given = "Magnus Dehli", family = "Vigeland", diff --git a/NEWS.md b/NEWS.md index a3fd96b..caa347d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +# segregatr 0.3.0 + +* Added [Christian Carrizosa](https://github.com/chrcarrizosa) as collaborator +* Depend on R 4.1 and **pedtools** v2.2.0 + +* `FLB()` now handles pedigrees with loops +* `FLB()` now handles recessive models (AR and XR) and homozygous carriers. + +* `plotSegregation()` now produces sensible default margins in most cases +* `plotSegregation()` has new arguments `pos.geno` and `pos.arrow` for alternative placements of genotype symbols and proband arrow + +* Added several new examples and tests +* General code updates and improved organisation + + # segregatr 0.2.0 * Initial CRAN release