Changelog
Source:NEWS.md
discord 1.2.3
CRAN release: 2025-04-06
- improved documentation
- allow for kin to not share their common environment
- fixed vector of relatedness values not behaving as expected
- increased test coverage to 82.39 from 47ish.
discord 1.2.2
- Added a new vignette demonstrating the use of the potter dataset from the
BGmisc
package to create and use other kinship links. - Copy edited existing vignettes
discord 1.2.1
- Enhanced categorical variable handling
Bug Fixes
- Fixed error when prepping discordant data as a result of mismatched column names between user-supplied data and internally manipulated data. See commit fc1ed9f for more details.
- Fixed error where
discord_data()
returned multiple rows per kin-pair when the ‘id’ column had non-unique values. As a result, the new default for ‘id’ is NULL. See commit 87d5b3b6 for more details.
Minor improvements and fixes
- Added error message for missing data passed to
discord_data()
for more easy debugging.
discord 1.0.0
CRAN release: 2020-11-10
- Added a
NEWS.md
file to track changes to the package. - Combined the functions
kinsim1
andkinsim_multi
intokinsim
to simplify simulations. - Revised
discord_data
anddiscord_regression
to support functional programming and the tidyverse principles.