Last updated on 2026-09-22 21:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.93 | 141.30 | 146.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 119.85 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 115.79 | OK | |||
| r-release-macos-x86_64 | 0.1.0 | 6.00 | 221.00 | 227.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 6.00 | 230.00 | 236.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [81s/103s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lexsync)
>
> test_check("lexsync")
[lexsync] a step
Saving _problems/test-templates-41.R
Saving _problems/test-templates-50.R
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 991 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• The Shiny app source is not in this tree. (7): 'test-apps.R:23:3',
'test-apps.R:38:3', 'test-apps.R:44:3', 'test-apps.R:62:3',
'test-apps.R:79:3', 'test-apps.R:85:3', 'test-apps.R:92:3'
• The repository README is not in this tree. (1): 'test-metadata.R:47:3'
• The source DESCRIPTION is not in this tree. (5): 'test-metadata.R:20:3',
'test-metadata.R:29:3', 'test-metadata.R:37:3', 'test-metadata.R:60:3',
'test-metadata.R:74:3'
• package sources not available (1): 'test-matching.R:479:3'
• repository configuration not available (2): 'test-config.R:17:3',
'test-config.R:37:3'
• repository design absent (4): 'test-blocks.R:68:3', 'test-blocks.R:84:3',
'test-blocks.R:94:3', 'test-blocks.R:105:3'
• repository item table absent (3): 'test-categorisation.R:57:3',
'test-categorisation.R:67:3', 'test-categorisation.R:82:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-templates.R:41:3'): the packaged mirror holds the same files as the repository ──
Expected `relative_tree(packaged_templates_dir())` to be identical to `canonical`.
Differences:
actual vs expected
- "jspsych/experiment_template.html"
- "opensesame/README.md"
- "opensesame/inline_send_triggers.py"
- "opensesame/inline_trigger_setup.py"
- "psychopy/mock_port.py"
- "psychopy/trial_runner_template.py"
+ "DESCRIPTION"
+ "LICENSE"
+ "MD5"
+ "NAMESPACE"
+ "NEWS"
+ "R/NAMESPACE.R"
+ "R/addAttr.R"
+ "R/asCharacter.R"
+ "R/templatePattern.R"
+ "R/templateUtilities.R"
and 11 more ...
── Error ('test-templates.R:48:5'): each packaged template is byte-identical to the repository copy ──
Error in `file(con, "rb")`: cannot open the connection
Backtrace:
▆
1. ├─testthat::expect_identical(...) at test-templates.R:48:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─lexsync (local) read_raw(file.path(packaged_dir, rel))
5. └─base::readBin(path, "raw", file.size(path)) at test-templates.R:36:13
6. └─base::file(con, "rb")
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 991 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc