R version 4.5.0 alpha (2025-03-19 r88007 ucrt) 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(ECOTOXr) Loading required package: RSQLite ECOTOX database file not present! Invoke download and database build using 'download_ecotox_data()' > > test_check("ECOTOXr") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 45 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • ECOTOX database not available (14): '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' • 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 18 | PASS 45 ] > > proc.time() user system elapsed 7.26 0.64 7.90