From 5ab64cab706430146878db5f37c340b35e974ccb Mon Sep 17 00:00:00 2001 From: Magnus Dehli Vigeland Date: Mon, 6 Jun 2022 10:35:56 +0200 Subject: [PATCH] Increment version to 1.3.0; update NEWS --- DESCRIPTION | 2 +- NEWS.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index cc6280f..c549091 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: pedtools Title: Creating and Working with Pedigrees and Marker Data -Version: 1.2.0.9000 +Version: 1.3.0 Authors@R: person("Magnus Dehli", "Vigeland", , "m.d.vigeland@medisin.uio.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9134-4962")) diff --git a/NEWS.md b/NEWS.md index 759652e..8b5d014 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,27 @@ +# pedtools 1.3.0 + +## New features + +* New function `avuncularPed()` for creating aunt/uncle - nephew/niece pedigrees. + +* New function `addAllele()` for extending the allele set of a marker. + +* `addSon()` and `addDaughter()` are now more flexible. The previous argument `parent` has been renamed to `parents` and accepts one or two parents in any order. + +* `mergePed()` has been overhauled. In particular the new argument `by` makes it much more user friendly. + +* `setAfreq()` gains argument `strict`. + + +## Other + +* Minor improvements of README and vignette. + +* Fixed bug in `setGenotype()` when setting multiple markers. + +* Fixed bug ignoring alleles in `distributeMarkers()`. + + # pedtools 1.2.0 ## New features