R Under development (unstable) (2025-06-17 r88325 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(chemodiv) > > test_check("chemodiv") Accumulate the abundance along the tree branches... Compute pairwise distances ... Completed! Calculating compound dissimilarity matrix using NPClassifier... NPClassifier calculations: There are compounds completely or partially not classified by NPClassifier due to missing SMILES and/or NPClassifier not producing full classifications for all compounds. If possible, consider adding classifications manually for these before running compDis() with type = NPClassifier for optimal dissimilarity calculations. See ?compDis for details. Done! Using median similarity as cut-off. Using median similarity as cut-off. Using median similarity as cut-off. Using median similarity as cut-off. It is recommended to include an npcTable for an improved network visualization. It is recommended to include an npcTable for an improved network visualization. It is recommended to include an npcTable for an improved network visualization. It is recommended to include an npcTable for an improved network visualization. It is recommended to include an npcTable for an improved network visualization. It is recommended to include an npcTable for an improved network visualization. Accumulate the abundance along the tree branches... Compute pairwise distances ... Completed! [ FAIL 0 | WARN 0 | SKIP 3 | PASS 87 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-NPCTable.R:16:3', 'test-NPCTable.R:24:3', 'test-compDis.R:28:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 87 ] > > proc.time() user system elapsed 9.70 0.51 10.21