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 update introduces several enhancements to functionality, performance, and documentation. The package now includes faster methods for constructing adjacency matrices and comparison tests for evaluating those methods, as well as new pedigree datasets including the Royal Family and A Song of Ice and Fire. New functions have been added: com2links() for converting components to kinship links, extractWikiFamilyTree() for parsing family tree templates from wikis, and checkPedigreeNetwork() for validating pedigree network structure. The plotPedigree() function has been refined to silence unnecessary invisible list outputs. A new vignette demonstrates the use of adjacency matrix methods, and documentation has been expanded to include additional examples and clearer explanations.
4
+
This update includes several enhancements and bug fixes to the BGmisc package, improving its functionality and usability for behavior genetics analysis. The key changes include:
5
+
-**New Features**:
6
+
- Added `calculateCIs` function for computing confidence intervals for correlation coefficients.
7
+
- Introduced `addPhantomParents` function to handle phantom parents more efficiently.
8
+
- Added aliases for mitochondrial-related terms (`mtdna`, `mitochondria`).
9
+
-**Performance Improvements**:
10
+
- Refactored `addPhantomParents` for better efficiency.
11
+
- Optimized the `com2links`, `summarizePedigree`, and `checkIDs` functions to reduce complexity.
12
+
-**Documentation and Testing**:
13
+
- Updated documentation to reflect new features and improvements.
14
+
- Added comprehensive tests for the `calculateCIs` function and other new features.
15
+
- Reorganized unit tests for better structure and clarity.
5
16
6
-
## Pretest Notes
7
-
8
-
As recommended by Uwe Ligges, I've now rebuilt the package using R Under development (unstable) (2025-02-17 r87739 ucrt). This should fix
9
-
"Author field differs from that derived from Authors@R", which is due to use of an ORCID identifier.
10
17
11
18
# Test Environments
12
19
13
-
1. Local OS: Windows 11 x64 (build 22635), R 4.4.2 (2024-10-31 ucrt)
14
-
2. Local OS: Windows 11 x64 (build 22635), R 4.4.3 (2025-02-28 ucrt)
15
-
3. Local OS: Windows 11 x64 (build 22635), R Under development (unstable) (2025-02-17 r87739 ucrt)
0 commit comments