R Under development (unstable) (2025-09-23 r88869 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(KinformR) > > > test_check("KinformR") [1] "assign.status checks" [1] "score values for a real family" [1] "theoretical.max high score values for a family" [1] "test per encoding score calculation for several combos" [1] "1. simple proband-sib" [1] "2. correct A proband and cousin, incorrect unaffected sib" [1] "2. repeat, but only consider affecteds in scoring" [1] "3. bad score proband and incorrect unaffected sib" [1] "3. complex score, all situations covered in one." [1] "test summing of scores from different families" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 35 ] > > proc.time() user system elapsed 0.87 0.28 1.14