Skip to content

Releases: magnusdv/verbalisr

verbalisr 0.7.1

03 Sep 06:45
Compare
Choose a tag to compare
  • New formatting arguments abbreviate and collapse.

  • Added lots of new tests.

verbalisr 0.6.0

27 Jun 07:32
Compare
Choose a tag to compare
  • Simplified descriptions of lineal and avuncular relationships are now available through the argument simplify of format.pairrel(). Example: linearPed(2) |> verbalise(c(1,5)) |> print(simplify = T).

  • verbalise() now behaves better when the input is a list of pedigrees.

  • Reorganise and improve docs; update README.

  • Fix typo "newphew" -> "nephew".

  • Add rhub v2 GitHub Actions workflow.

verbalisr 0.5.2

14 Mar 05:05
Compare
Choose a tag to compare
  • Minor code updates; no user-visible changes

verbalisr 0.5.1

21 Aug 06:58
Compare
Choose a tag to compare
  • Fix CRAN complaint regarding package doc.

  • Added CITATION file.

  • Require pedtools 2.2.0 and ribd 1.5.0

verbalisr 0.5.0

27 Feb 10:32
Compare
Choose a tag to compare

This is a maintenance release with only minor changes.

  • In README, link to BMC Bioinformatics paper about QuickPed, which describes the verbalisr algorithm.

  • Tweak the description of double asymmetric relationships.

verbalisr 0.4.0

25 Feb 20:18
Compare
Choose a tag to compare
  • This version requires pedtools 1.1.0 and ribd 1.3.1.

  • The paths are now sorted more sensibly than before.

  • New dataset habsburg showing the royal Habsburg family.

  • The format() gains logical parameters cap (first letter capitalisation) and includePaths, both defaulting to TRUE.

  • The verbose argument of verbalise() should never have been there, and has been dropped.