R Under development (unstable) (2024-06-15 r86749 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(BGmisc) > > test_check("BGmisc") Step 1: Checking how many sexes/genders... 2 unique values found. 1 2 unique values found. 0Checks Made: $sex_unique [1] 1 0 $sex_length [1] 2 $all_sex_dad [1] "1" $all_sex_mom [1] "0" $most_frequent_sex_dad [1] "1" $most_frequent_sex_mom [1] "0" Step 1: Checking how many sexes/genders... 3 unique values found. 5 3 unique values found. 0 3 unique values found. 1Checks Made: $sex_unique [1] 5 0 1 $sex_length [1] 3 $all_sex_dad [1] "1" "5" $all_sex_mom [1] "0" $most_frequent_sex_dad [1] "1" $most_frequent_sex_mom [1] "0" $ID_female_dads [1] 1 $ID_child_female_dads [1] 6 Step 1: Checking how many sexes/genders... 3 unique values found. 5 3 unique values found. 0 3 unique values found. 1Step 2: Attempting to repair sex coding... Changes Made: list() Your scale might be reverse coded because you have negative correlations. Please check your data. Component model is identified. Component model is not identified. Non-identified parameters are A, C [1] "Reading file: D:\\temp\\RtmpGYeqVN\\file1339c682e438e.ged" [1] "File is 18 lines long" [1] "Parsing GEDCOM file" [1] "File has 2 people" [1] "Processing parents" [1] "Combining Duplicate Columns" [1] "Removing empty columns" [1] "Reading file: D:\\temp\\RtmpGYeqVN\\file1339c70d79f3.ged" [1] "File is 8 lines long" [1] "Parsing GEDCOM file" [1] "File has 2 people" [1] "Processing parents" [1] "Combining Duplicate Columns" [1] "Removing empty columns" [1] "Reading file: D:\\temp\\RtmpGYeqVN\\file1339c26e665e3.ged" [1] "File is 3 lines long" [1] "Parsing GEDCOM file" [1] "File has 1 people" [1] "Processing parents" [1] "Combining Duplicate Columns" [1] "Removing empty columns" [1] "Reading file: D:\\temp\\RtmpGYeqVN\\file1339c459760a4.ged" [1] "File is 5 lines long" [1] "Parsing GEDCOM file" [1] "File has 1 people" [1] "Processing parents" [1] "Combining Duplicate Columns" [1] "Removing empty columns" [1] "Slimming down the data frame" Did not plot the following people: 10032 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 263 ] > > > proc.time() user system elapsed 3.31 0.48 3.78