R Under development (unstable) (2025-08-17 r88631 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(wordspace) Loading required package: Matrix > > test_check("wordspace", reporter="progress") ✔ | F W S OK | Context ⠏ | 0 | canonical ⠇ | 9 | canonical ⠸ | 34 | canonical ⠇ | 59 | canonical ✔ | 75 | canonical ⠏ | 0 | context_vectors ✔ | 7 | context_vectors ⠏ | 0 | convenience ⠸ | 14 | convenience ⠙ | 22 | convenience ⠹ | 23 | convenience ⠇ | 29 | convenience ✔ | 41 | convenience ⠏ | 0 | dist_matrix ⠇ | 19 | dist_matrix ⠙ | 42 | dist_matrix ⠦ | 67 | dist_matrix ⠋ | 91 | dist_matrix ⠙ | 112 | dist_matrix ✔ | 131 | dist_matrix ⠏ | 0 | dsm ✔ | 2 | dsm ⠏ | 0 | dsm_projection ⠸ | 14 | dsm_projection ⠧ | 38 | dsm_projection ⠏ | 60 | dsm_projection ✔ | 64 | dsm_projection ⠏ | 0 | dsm_score ⠙ | 12 | dsm_score ⠦ | 27 | dsm_score ⠙ | 52 | dsm_score ⠦ | 67 | dsm_score ⠧ | 88 | dsm_score ⠋ | 111 | dsm_score ⠼ | 135 | dsm_score ⠴ | 156 | dsm_score ⠦ | 177 | dsm_score ⠇ | 199 | dsm_score ✔ | 200 | dsm_score [1.1s] ⠏ | 0 | evaluation ✔ | 4 | evaluation ⠏ | 0 | export ⠸ | 4 | export ✔ | 4 | export [4.6s] ⠏ | 0 | file_formats ⠙ | 12 | file_formats ⠸ | 34 | file_formats ✔ | 1 36 | file_formats ⠏ | 0 | nearest_neighbours ⠏ | 10 | nearest_neighbours ✔ | 18 | nearest_neighbours ⠏ | 0 | norms ⠋ | 11 | norms ⠋ | 21 | norms ⠼ | 35 | norms ⠼ | 55 | norms ⠏ | 70 | norms ⠦ | 87 | norms ⠸ | 104 | norms ⠦ | 117 | norms ✔ | 128 | norms ⠏ | 0 | pair_distances ⠙ | 12 | pair_distances ✔ | 13 | pair_distances ⠏ | 0 | scale_margins ⠧ | 18 | scale_margins ⠸ | 34 | scale_margins ⠸ | 54 | scale_margins ⠸ | 74 | scale_margins ✔ | 83 | scale_margins ⠏ | 0 | subset ✔ | 9 | subset ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 10.3 s ── Skipped tests (1) ─────────────────────────────────────────────────────────── • character encoding ISO-8859-2 not supported on this platform (1): 'test_file_formats.R:75:5' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 815 ] > # test_file("testthat/test_canonical.R") > > proc.time() user system elapsed 10.65 1.09 11.81