R Under development (unstable) (2024-01-29 r85841 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. > library(testthat) > library(toxEval) For more information: https://doi-usgs.github.io/toxEval/ ToxCast database: version 3.5 > test_check("toxEval") [ FAIL 0 | WARN 4 | SKIP 20 | PASS 23 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_utils.R:4:3', 'test_utils.R:43:3', 'tests_endpoint.R:21:3', 'tests_endpoint.R:35:3', 'tests_endpoint.R:57:3', 'tests_endpoint.R:89:3', 'tests_summary.R:43:3', 'tests_summary.R:57:3', 'tests_summary.R:85:3', 'tests_summary.R:113:3', 'tests_summary.R:141:3', 'tests_summary.R:169:3', 'tests_summary.R:195:3', 'tests_summary.R:208:3', 'tests_summary.R:230:3', 'tests_summary.R:270:3', 'tests_summary.R:310:3', 'tests_summary.R:331:3', 'tests_summary.R:358:3', 'tests_summary.R:372:3' [ FAIL 0 | WARN 4 | SKIP 20 | PASS 23 ] > > proc.time() user system elapsed 7.12 0.59 7.70