You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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