R Under development (unstable) (2025-04-13 r88141 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. > #' Copyright(c) 2017-2024 R. Mark Sharp > #' This file is part of nprcgenekeepr > library(testthat) > library(nprcgenekeepr) > test_check("nprcgenekeepr") pedigreeOne written into D:\temp\2025_04_14_09_15_17_2712\RtmpKOdTGZ/data/ ERROR: cannot open D:\temp\2025_04_14_09_15_17_2712\RtmpKOdTGZ/WriteXLS/1.csv . No such file or directory ERROR: cannot open D:\temp\2025_04_14_09_15_17_2712\RtmpKOdTGZ/WriteXLS/1.csv . No such file or directory 15 15 20 20 id #2 is B and has no sire id #2 is B and has no dam [ FAIL 0 | WARN 0 | SKIP 24 | PASS 864 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test_summary.nprcgenekeeprGV.R:7:3' • Sys.info()[names(Sys.info()) == "user"] == "rmsharp" is not TRUE (23): 'test_fillGroupMembers.R:6:3', 'test_fillGroupMembersWithSexRatio.R:8:5', 'test_getConfigFileName.R:32:3', 'test_getFocalAnimalPed.R:32:5', 'test_getFocalAnimalPed.R:59:5', 'test_getFocalAnimalPed.R:85:5', 'test_getFocalAnimalPed.R:108:5', 'test_groupAddAssign.R:14:3', 'test_groupAddAssign.R:32:3', 'test_groupAddAssign.R:55:3', 'test_groupAddAssign.R:76:3', 'test_groupAddAssign.R:104:3', 'test_groupAddAssign.R:126:5', 'test_groupAddAssign.R:152:5', 'test_makeExamplePedigreeFile.R:6:3', 'test_makeExamplePedigreeFile.R:11:3', 'test_makeExamplePedigreeFile.R:20:3', 'test_makeExamplePedigreeFile.R:36:3', 'test_makeExamplePedigreeFile.R:53:3', 'test_makeExamplePedigreeFile.R:62:3', 'test_saveDataframesAsFiles.R:11:3', 'test_saveDataframesAsFiles.R:37:3', 'test_saveDataframesAsFiles.R:62:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 864 ] > Sys.setenv(R_TESTS = "") > > proc.time() user system elapsed 46.26 10.18 59.26