R version 4.6.0 alpha (2026-04-04 r89791 ucrt) Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(extractox) > > test_check("extractox") D:\temp\2026_04_05_17_50_16_15383\RtmpMfMhAt\tmp-cache83fc3e8cb52\R\extractox\song.txt i Returning all available assay names from the ICE database. [ FAIL 0 | WARN 0 | SKIP 28 | PASS 13 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-comptox.R:6:3', 'test-comptox.R:38:3', 'test-comptox.R:63:3', 'test-comptox.R:72:3', 'test-ice.R:18:3', 'test-ice.R:38:3', 'test-ice.R:54:3', 'test-iris.R:16:3', 'test-iris.R:36:3', 'test-iris.R:55:3', 'test-monograph.R:9:3', 'test-monograph.R:22:3', 'test-monograph.R:50:3', 'test-pprtv.R:9:3', 'test-pprtv.R:33:3', 'test-pprtv.R:55:3', 'test-pprtv.R:70:3', 'test-pubchem.R:12:3', 'test-pubchem.R:34:3', 'test-pubchem.R:54:3', 'test-pubchem.R:74:3', 'test-pubchem.R:94:3', 'test-pubchem.R:127:3', 'test-pubchem.R:145:3', 'test-pubchem.R:159:3', 'test-pubchem.R:173:3', 'test-pubchem.R:190:3', 'test-tox.R:19:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 13 ] > > proc.time() user system elapsed 1.26 0.25 98.57