Skip to content

CRAN v2.17.0

Choose a tag to compare

@matthewwolak matthewwolak released this 21 Jan 14:32
973d1c3

2.17.0 Released to CRAN 14 January 2021

NEW

  • makeMinv() creates the inverse of the (additive) mutational effects relatedness matrix.
  • makeT() creates the lower triangle of the cholesky factor of the additive genetic numerator relatedness matrix.

Small changes

  • update way create matrices to make 'dsCMatrix' from sparseMatrix() instead of Matrix()
    • fixes error caused by change in Matrix package 1.3-0
  • update ggcontrib() to internally use makeT() to directly create a subset of the T matrix (which the subset is Q for the special setup for genetic groups).
    • replaces method that created entire T-inverse then invert it to obtain entire T before subsetting all that is needed for Q
  • drop 4-number version information down to just 3 number versions