CRAN Package Check Results for Package DramaAnalysis

Last updated on 2025-12-25 19:50:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.2 7.01 73.35 80.36 ERROR
r-devel-linux-x86_64-debian-gcc 3.0.2 4.91 66.23 71.14 OK
r-devel-linux-x86_64-fedora-clang 3.0.2 14.00 119.78 133.78 OK
r-devel-linux-x86_64-fedora-gcc 3.0.2 14.00 122.62 136.62 OK
r-devel-windows-x86_64 3.0.2 18.00 145.00 163.00 OK
r-patched-linux-x86_64 3.0.2 8.44 70.43 78.87 OK
r-release-linux-x86_64 3.0.2 6.99 72.68 79.67 OK
r-release-macos-arm64 3.0.2 OK
r-release-macos-x86_64 3.0.2 5.00 64.00 69.00 OK
r-release-windows-x86_64 3.0.2 9.00 86.00 95.00 OK
r-oldrel-macos-arm64 3.0.2 OK
r-oldrel-macos-x86_64 3.0.2 6.00 53.00 59.00 OK
r-oldrel-windows-x86_64 3.0.2 13.00 109.00 122.00 OK

Additional issues

donttest M1mac

Check Details

Version: 3.0.2
Check: examples
Result: ERROR Running examples in ‘DramaAnalysis-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: characterNames > ### Title: Format Names > ### Aliases: characterNames > > ### ** Examples > > data(rksp.0) > ustat <- utteranceStatistics(rksp.0) Error in `[.data.table`(text, , `:=`(dl, .N), .(corpus, drama)) : attempt access index 12/12 in VECTOR_ELT Calls: utteranceStatistics -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 3.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(DramaAnalysis) DramaAnalysis 3.0.2 > > test_check("DramaAnalysis") Saving _problems/test-filter-8.R Saving _problems/test-utteranceStatistics-5.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 266 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-loading.R:6:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-filter.R:8:1'): (code run outside of `test_that()`) ──────────── Error in ``[.data.table`(text, , `:=`(dl, .N), .(corpus, drama))`: attempt access index 12/12 in VECTOR_ELT Backtrace: ▆ 1. └─DramaAnalysis::utteranceStatistics(rksp.0) at test-filter.R:8:1 2. ├─text[, `:=`(dl, .N), .(corpus, drama)] 3. └─data.table:::`[.data.table`(text, , `:=`(dl, .N), .(corpus, drama)) ── Error ('test-utteranceStatistics.R:5:1'): (code run outside of `test_that()`) ── Error in ``[.data.table`(text, , `:=`(dl, .N), .(corpus, drama))`: attempt access index 12/12 in VECTOR_ELT Backtrace: ▆ 1. └─DramaAnalysis::utteranceStatistics(rksp.0) at test-utteranceStatistics.R:5:1 2. ├─text[, `:=`(dl, .N), .(corpus, drama)] 3. └─data.table:::`[.data.table`(text, , `:=`(dl, .N), .(corpus, drama)) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 266 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang