Skip to content

Commit

Permalink
Increment version to 1.7.0; update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Mar 26, 2024
1 parent 73ac954 commit c139000
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ribd
Title: Pedigree-based Relatedness Coefficients
Version: 1.6.1.9002
Version: 1.7.0
Authors@R:
person("Magnus Dehli", "Vigeland", , "m.d.vigeland@medisin.uio.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9134-4962"))
Expand Down
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# ribd 1.7.0

Th main focus of this version is an overhaul of the IBD triangle plots, and implementing such plots also in `ggplot2` and `plotly`.

## New features

* `ibdTriangle()` and `showInTriangle()` gain an argument `plotType`, with permitted values "base" (default), "ggplot2" and "plotly".

* `ibdTriangle()` now supports graphic parameters `las`, `mar` and `title`. (These work for base plots and also `ggplot2`.)

* `showInTriangle()` has a new argument `ped`, for adding an inset pedigree in the top right corner.

* Improved handling of labels in `showInTriangle()`.

* New dataset `basicRelationships`, which is called by `ibdTriangle()`.

* In `kinship(x, ids)`, `ids` is no longer restricted to length 2.

* Improve documentation of `kappaIBD()`.

## Bug fixes
* `kinship(x)` now catches duplicated ID labels across components when `x` is a pedlist.


# ribd 1.6.1

## New features
Expand Down

0 comments on commit c139000

Please sign in to comment.