- using R Under development (unstable) (2026-09-21 r90579)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.2.0-1) 16.2.0
GNU Fortran (Debian 16.2.0-1) 16.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-09-22 16:07:49 UTC
- checking for file ‘lexsync/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘lexsync’ version ‘0.1.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘lexsync’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [12s/14s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [82s/103s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [14s/19s] OK
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR