R Under development (unstable) (2025-09-04 r88794 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(text2sdg) > > test_check("text2sdg") Running Elsevier [ FAIL 0 | WARN 0 | SKIP 15 | PASS 12 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-crosstab_sdg.R:3:3', 'test-crosstab_sdg.R:19:3', 'test-crosstab_sdg.R:26:3', 'test-crosstab_sdg.R:34:3', 'test-crosstab_sdg.R:42:3', 'test-crosstab_sdg.R:51:3', 'test-crosstab_sdg.R:60:3', 'test-crosstab_sdg.R:67:3', 'test-crosstab_sdg.R:75:3', 'test-detect_any.R:59:3', 'test-detect_any.R:83:3', 'test-detect_any.R:103:3', 'test-detect_sdg_systems.R:39:3', 'test-ensemble.R:15:3', 'test-ensemble.R:37:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 12 ] > > proc.time() user system elapsed 3.59 0.43 4.01