Last updated on 2026-05-03 09:50:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.7 | 52.88 | 94.44 | 147.32 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.7 | 43.39 | 69.34 | 112.73 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.7 | 78.00 | 141.11 | 219.11 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 119.00 | 136.26 | 255.26 | OK | |
| r-devel-windows-x86_64 | 1.0.7 | 70.00 | 124.00 | 194.00 | OK | |
| r-patched-linux-x86_64 | 1.0.7 | 60.49 | 87.41 | 147.90 | OK | |
| r-release-linux-x86_64 | 1.0.7 | 59.36 | 86.53 | 145.89 | ERROR | |
| r-release-macos-arm64 | 1.0.7 | 13.00 | 17.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 1.0.7 | 37.00 | 119.00 | 156.00 | OK | |
| r-release-windows-x86_64 | 1.0.7 | 66.00 | 146.00 | 212.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.7 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.7 | 33.00 | 102.00 | 135.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.7 | 83.00 | 149.00 | 232.00 | OK |
Version: 1.0.7
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Micah Iserman <micah.iserman@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Micah",
family = "Iserman",
role = c("aut", "cre"),
email = "micah.iserman@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lingmatch)
Loading required package: Matrix
>
> test_check("lingmatch")
Saving _problems/test-lma_termcat-39.R
preparing text (0)
preparing dict (0)
extracting matches (0.001)
preparing results (0.001)
done (0.012)
preparing text (0)
preparing dict (0)
extracting matches (0.001)
preparing results (0.001)
done (0.003)
preparing text (0)
preparing dict (0)
extracting matches (0.001)
preparing results (0.001)
done (0.003)
preparing dict (0)
extracting matches (0.001)
preparing results (0.001)
done (0.009)
preparing text (0.001)
preparing dict (0.001)
extracting matches (0.002)
preparing results (0.002)
writing results: /home/hornik/tmp/scratch/RtmpITedWs/file2fdd7832ccf1af.csv (0.015)
done (0.019)
[ FAIL 1 | WARN 1 | SKIP 8 | PASS 371 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• embeddings files not downloaded (3): 'test-dictionary_meta.R:4:1',
'test-lma_lspace.R:18:1', 'test-report_term_matches.R:48:1'
• not downloading dictionary or embeddings files (1): 'test-utils.R:313:1'
• raw embeddings test files not present in /home/hornik/Latent Semantic Spaces/
from
/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/lingmatch.Rcheck/tests/testthat
(1): 'test-utils.R:288:3'
• term map not present (1): 'test-utils.R:281:3'
• test dictionary is not present (1): 'test-lma_patcat.R:109:1'
• texts.txt not found in /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS (1):
'test-lma_termcat.R:178:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-lma_termcat.R:39:3'): bias works ───────────────────────────────
Error in `dimnames(x) <- dn`: length of 'dimnames' [1] not equal to array extent
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-lma_termcat.R:39:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─lingmatch::lma_termcat(dtm, as.data.frame(sepcat))
5. └─base::`rownames<-`(`*tmp*`, value = c(dict[[1]][!su], dt))
[ FAIL 1 | WARN 1 | SKIP 8 | PASS 371 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64