R Under development (unstable) (2025-09-29 r88883 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(toxEval) For more information: https://doi-usgs.github.io/toxEval/ ToxCast database: version 4.1 > test_check("toxEval") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 22 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test_utils.R:4:3', 'tests_endpoint.R:21:3', 'tests_endpoint.R:37:3', 'tests_endpoint.R:48:3', 'tests_endpoint.R:79:3', 'tests_summary.R:43:3', 'tests_summary.R:57:3', 'tests_summary.R:85:3', 'tests_summary.R:116:3', 'tests_summary.R:144:3', 'tests_summary.R:172:3', 'tests_summary.R:198:3', 'tests_summary.R:211:3', 'tests_summary.R:233:3', 'tests_summary.R:273:3', 'tests_summary.R:314:3', 'tests_summary.R:335:3', 'tests_summary.R:362:3', 'tests_summary.R:376:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 22 ] > > proc.time() user system elapsed 6.15 0.53 6.67