R version 4.5.0 RC (2025-04-04 r88118 ucrt) -- "How About a Twenty-Six" 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, quietly = TRUE) > library(ECOTOXr, quietly = TRUE) ECOTOX database file not present! Invoke download and database build using 'download_ecotox_data()' > > test_check("ECOTOXr") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 47 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • ECOTOX database not available (15): 'test_local.r:44:3', 'test_local.r:62:3', 'test_local.r:86:3', 'test_local.r:107:3', 'test_local.r:140:3', 'test_local.r:153:3', 'test_local.r:175:3', 'test_local.r:191:3', 'test_local.r:206:3', 'test_local.r:242:3', 'test_local.r:257:3', 'test_local.r:272:3', 'test_local.r:287:3', 'test_online.r:10:3', 'test_sanitation.r:84:3' • On CRAN (4): 'test_build.r:63:3', 'test_dev.r:3:3', 'test_online.r:120:3', 'test_online.r:127:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 47 ] > > proc.time() user system elapsed 11.12 1.31 12.43