R Under development (unstable) (2024-12-19 r87451 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. > #' Copyright(c) 2017-2024 R. Mark Sharp > #' This file is part of nprcgenekeepr > library(testthat) > library(nprcgenekeepr) > test_check("nprcgenekeepr") 15 15 15 15 id #2 is B and has no sire id #2 is B and has no dam [ FAIL 0 | WARN 0 | SKIP 23 | PASS 849 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test_summary.nprcgenekeeprGV.R:7:3' • Sys.info()[names(Sys.info()) == "user"] == "rmsharp" is not TRUE (22): 'test_fillGroupMembers.R:7:3', 'test_fillGroupMembersWithSexRatio.R:7:3', 'test_getConfigFileName.R:27:3', 'test_getFocalAnimalPed.R:22:12', 'test_getFocalAnimalPed.R:44:5', 'test_getFocalAnimalPed.R:65:5', 'test_groupAddAssign.R:14:3', 'test_groupAddAssign.R:32:3', 'test_groupAddAssign.R:54:13', 'test_groupAddAssign.R:75:3', 'test_groupAddAssign.R:102:3', 'test_groupAddAssign.R:124:5', 'test_groupAddAssign.R:148:5', 'test_makeExamplePedigreeFile.R:6:3', 'test_makeExamplePedigreeFile.R:11:3', 'test_makeExamplePedigreeFile.R:18:3', 'test_makeExamplePedigreeFile.R:32:3', 'test_makeExamplePedigreeFile.R:47:3', 'test_makeExamplePedigreeFile.R:54:3', 'test_saveDataframesAsFiles.R:11:3', 'test_saveDataframesAsFiles.R:29:3', 'test_saveDataframesAsFiles.R:44:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 849 ] > Sys.setenv(R_TESTS = "") > > proc.time() user system elapsed 21.14 2.60 24.81