Skip to content

Commit

Permalink
Increment version to 1.6.0; update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Jul 20, 2023
1 parent cd2f437 commit 5536b96
Show file tree
Hide file tree
Showing 2 changed files with 18 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: forrel
Title: Forensic Pedigree Analysis and Relatedness Inference
Version: 1.5.3
Version: 1.6.0
Authors@R: c(
person("Magnus Dehli", "Vigeland", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9134-4962")),
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# forrel 1.6.0

## New features

* New function `writeFam()`.

* `readFam()` gains argument `fallbackModel` to be applied if the function encounters unrecognisable mutation models in the .fam file.

## Other

* Remove use of `packageVersion()` (thereby sidestepping CRAN issue).

* Use `pedtools::setMutmod()` instead of `pedprobr::setMutationModel()`.

* Update version requirements for imported packages.


# forrel 1.5.2

## New features
Expand Down

0 comments on commit 5536b96

Please sign in to comment.