11
22# Description
33
4- This update adds functionality as well as improves documentation. The package now includes the ability to save and reload pedigree objects that are used by ped2Com, optimized generation calculation , and more tests for summarizePedigree . The documentation has been enhanced to include more examples and explanations.
4+ 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.
55
66## Pretest Notes
77
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-
11- As requested by Uwe Ligges, I've also updated the description to include methods citations and be less redundant.
8+ None
129
1310# Test Environments
1411
15- 1 . Local OS: Windows 11 x64 (build 22635), R version 4.4.1 (2024-06-14 ucrt)
16- 2 . Local OS: Windows 11 x64 (build 22635), R version 4.4.3 beta (2025-02-17 r87739 ucrt)
17- 3 . Local OS: Windows 11 x64 (build 22635), R Under development (unstable) (2025-02-17 r87739 ucrt)
18- 4 . ** GitHub Actions** :
19- - [ Link] ( https://github.com/R-Computing-Lab/BGmisc/actions/runs/13376514760 )
12+ 1 . Local OS: Windows 11 x64 (build 22635), R 4.4.2 (2024-10-31 ucrt)
13+ 2 . Local OS: Windows 11 x64 (build 22635), R 4.4.3 (2025-02-28 ucrt)
14+ 3 . ** GitHub Actions** :
15+ - [ Link] ( https://github.com/R-Computing-Lab/BGmisc/actions/runs/14227584727 )
2016 - macOS (latest version) with the latest R release.
2117 - Windows (latest version) with the latest R release.
2218 - Ubuntu (latest version) with:
@@ -26,55 +22,91 @@ As requested by Uwe Ligges, I've also updated the description to include methods
2622
2723## R CMD check results
2824
29- ─ using log directory 'E:/Dropbox/Lab/Research/Projects/2024/BGMiscJoss/BGmisc.Rcheck' (697ms)
30- ─ using R version 4.4.3 beta (2025-02-17 r87739 ucrt)
25+ ==> devtools::check()
26+
27+ ══ Documenting ═════════════════════════════════════════════════════════════════════════════════════
28+ ℹ Updating BGmisc documentation
29+ ℹ Loading BGmisc
30+
31+ ══ Building ════════════════════════════════════════════════════════════════════════════════════════
32+ Setting env vars:
33+ • CFLAGS : -Wall -pedantic -fdiagnostics-color=always
34+ • CXXFLAGS : -Wall -pedantic -fdiagnostics-color=always
35+ • CXX11FLAGS: -Wall -pedantic -fdiagnostics-color=always
36+ • CXX14FLAGS: -Wall -pedantic -fdiagnostics-color=always
37+ • CXX17FLAGS: -Wall -pedantic -fdiagnostics-color=always
38+ • CXX20FLAGS: -Wall -pedantic -fdiagnostics-color=always
39+ ── R CMD build ─────────────────────────────────────────────────────────────────────────────────────
40+ ✔ checking for file 'E:\Dropbox\Lab\Research\Projects\2024\BGMiscJoss\BGmisc_main/DESCRIPTION' ...
41+ ─ preparing 'BGmisc': (2.6s)
42+ ✔ checking DESCRIPTION meta-information ...
43+ ─ installing the package to build vignettes
44+ ✔ creating vignettes (14.2s)
45+ ─ excluding invalid files (1.3s)
46+ Subdirectory 'R' contains invalid file names:
47+ 'checkParents.X'
48+ ─ checking for LF line-endings in source and make files and shell scripts
49+ ─ checking for empty or unneeded directories
50+ Removed empty directory 'BGmisc/checkpoint'
51+ ─ building 'BGmisc_1.3.5.tar.gz'
52+
53+ ══ Checking ════════════════════════════════════════════════════════════════════════════════════════
54+ Setting env vars:
55+ • _ R_CHECK_CRAN_INCOMING_REMOTE_ : FALSE
56+ • _ R_CHECK_CRAN_INCOMING_ : FALSE
57+ • _ R_CHECK_FORCE_SUGGESTS_ : FALSE
58+ • _ R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_ : FALSE
59+ • NOT_CRAN : true
60+ ── R CMD check ─────────────────────────────────────────────────────────────────────────────────────
61+ ─ using log directory 'E:/Dropbox/Lab/Research/Projects/2024/BGMiscJoss/BGmisc.Rcheck'
62+ ─ using R version 4.4.3 (2025-02-28 ucrt)
3163─ using platform: x86_64-w64-mingw32
3264─ R was compiled by
3365 gcc.exe (GCC) 13.3.0
3466 GNU Fortran (GCC) 13.3.0
3567─ running under: Windows 11 x64 (build 26120)
3668─ using session charset: UTF-8
37- ─ using options '--no-manual --as-cran' (751ms)
69+ ─ using options '--no-manual --as-cran'
3870✔ checking for file 'BGmisc/DESCRIPTION'
39- ─ this is package 'BGmisc' version '1.3.3 '
71+ ─ this is package 'BGmisc' version '1.3.5 '
4072─ package encoding: UTF-8
4173✔ checking package namespace information
42- ✔ checking package dependencies (697ms )
74+ ✔ checking package dependencies (900ms )
4375✔ checking if this is a source package ...
4476✔ checking if there is a namespace
4577✔ checking for executable files (1.2s)
4678✔ checking for hidden files and directories ...
4779✔ checking for portable file names
48- ✔ checking whether package 'BGmisc' can be installed (5.7s )
80+ ─ checking whether package 'BGmisc' can be installed ... [ 14s ] OK (13.5s )
4981✔ checking installed package size ...
5082✔ checking package directory
5183✔ checking for future file timestamps ...
52- ✔ checking 'build' directory ...
84+ ✔ checking 'build' directory
5385✔ checking DESCRIPTION meta-information ...
5486✔ checking top-level files
55- ✔ checking for left-over files
56- ✔ checking index information ...
57- ✔ checking package subdirectories (733ms )
87+ ✔ checking for left-over files ...
88+ ✔ checking index information ...
89+ ✔ checking package subdirectories (715ms )
5890✔ checking code files for non-ASCII characters ...
5991✔ checking R files for syntax errors ...
60- ✔ checking whether the package can be loaded (709ms )
61- ✔ checking whether the package can be loaded with stated dependencies (709ms )
62- ✔ checking whether the package can be unloaded cleanly (808ms )
63- ✔ checking whether the namespace can be loaded with stated dependencies (709ms )
64- ✔ checking whether the namespace can be unloaded cleanly (810ms )
65- ✔ checking loading without being on the library search path (749ms )
92+ ✔ checking whether the package can be loaded (707ms )
93+ ✔ checking whether the package can be loaded with stated dependencies (608ms )
94+ ✔ checking whether the package can be unloaded cleanly (709ms )
95+ ✔ checking whether the namespace can be loaded with stated dependencies (608ms )
96+ ✔ checking whether the namespace can be unloaded cleanly (709ms )
97+ ✔ checking loading without being on the library search path (646ms )
6698✔ checking dependencies in R code (1.7s)
67- ✔ checking S3 generic/method consistency (809ms )
68- ✔ checking replacement functions (708ms )
69- ✔ checking foreign function calls (911ms )
70- ✔ checking R code for possible problems (7.1s )
71- ✔ checking Rd files (408ms )
99+ ✔ checking S3 generic/method consistency (710ms )
100+ ✔ checking replacement functions (608ms )
101+ ✔ checking foreign function calls (709ms )
102+ ✔ checking R code for possible problems (6.4s )
103+ ✔ checking Rd files (508ms )
72104✔ checking Rd metadata ...
73105✔ checking Rd line widths ...
74- ✔ checking Rd cross-references (407ms )
75- ✔ checking for missing documentation entries (709ms )
76- ✔ checking for code/documentation mismatches (2.1s )
77- ✔ checking Rd \usage sections (1. 1s)
106+ ✔ checking Rd cross-references (509ms )
107+ ✔ checking for missing documentation entries (609ms )
108+ ✔ checking for code/documentation mismatches (1.7s )
109+ ✔ checking Rd \usage sections (1s)
78110✔ checking Rd contents ...
79111✔ checking for unstated dependencies in examples ...
80112✔ checking contents of 'data' directory ...
@@ -83,20 +115,18 @@ As requested by Uwe Ligges, I've also updated the description to include methods
83115✔ checking data for ASCII and uncompressed saves ...
84116✔ checking installed files from 'inst/doc' ...
85117✔ checking files in 'vignettes' ...
86- ✔ checking examples (1.8s )
118+ ✔ checking examples (1.7s )
87119✔ checking for unstated dependencies in 'tests' ...
88120─ checking tests ...
89121✔ Running 'testthat.R' (4s)
90- ✔ checking for unstated dependencies in vignettes (371ms )
122+ ✔ checking for unstated dependencies in vignettes (369ms )
91123✔ checking package vignettes ...
92- ─ checking re-building of vignette outputs ... [ 11s ] OK (11.6s )
124+ ─ checking re-building of vignette outputs ... [ 15s ] OK (15.5s )
93125✔ checking for non-standard things in the check directory
94126✔ checking for detritus in the temp directory
95-
96-
97- ── R CMD check results ────────────────────── BGmisc 1.3.3 ────
98- Duration: 52.8s
127+ ── R CMD check results ─────────────────────────────────────────────────────────── BGmisc 1.3.5 ────
128+ Duration: 1m 1.9s
99129
1001300 errors ✔ | 0 warnings ✔ | 0 notes ✔
101131
102- R CMD check succeeded
132+ R CMD check succeeded
0 commit comments