-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version to 0.3.0; update NEWS
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |