Skip to content

Commit

Permalink
Increment version to 0.3.0; update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Jun 26, 2023
1 parent b092c83 commit 2a0d82d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a0d82d

Please sign in to comment.