CRAN Package Check Results for Package JWileymisc

Last updated on 2025-12-19 14:50:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.4 23.78 257.33 281.11 OK
r-devel-linux-x86_64-debian-gcc 1.4.4 16.97 178.92 195.89 OK
r-devel-linux-x86_64-fedora-clang 1.4.4 41.00 362.67 403.67 ERROR
r-devel-linux-x86_64-fedora-gcc 1.4.4 38.00 355.23 393.23 ERROR
r-devel-windows-x86_64 1.4.4 25.00 250.00 275.00 OK
r-patched-linux-x86_64 1.4.4 23.83 246.34 270.17 ERROR
r-release-linux-x86_64 1.4.4 23.05 247.37 270.42 ERROR
r-release-macos-arm64 1.4.4 OK
r-release-macos-x86_64 1.4.4 15.00 175.00 190.00 OK
r-release-windows-x86_64 1.4.4 25.00 245.00 270.00 ERROR
r-oldrel-macos-arm64 1.4.4 OK
r-oldrel-macos-x86_64 1.4.4 15.00 148.00 163.00 OK
r-oldrel-windows-x86_64 1.4.4 35.00 329.00 364.00 OK

Check Details

Version: 1.4.4
Check: examples
Result: ERROR Running examples in ‘JWileymisc-Ex.R’ failed The error most likely occurred in: > ### Name: APAStyler.modelTest.vglm > ### Title: APAStyler method for model tests from a vglm multinomial model > ### Aliases: APAStyler.modelTest.vglm > > ### ** Examples > > mtcars$cyl <- factor(mtcars$cyl) > m <- VGAM::vglm(cyl ~ qsec, + family = VGAM::multinomial(), data = mtcars) > mt <- modelTest(m) > > APAStyler(mt) Error in `[.data.table`(FE, , `:=`(Count, .N), by = Term) : attempt access index 6/6 in VECTOR_ELT Calls: APAStyler -> APAStyler.modelTest.vglm -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.4.4
Check: tests
Result: ERROR Running ‘testthat.R’ [51s/59s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > test_check("JWileymisc") Loading required package: JWileymisc Saving _problems/test-APAStyler-36.R $`1` $`2` attr(,"class") [1] "list" "ggarrange" Saving _problems/test-modelTest-104.R Saving _problems/test-modelTest-116.R Loading required namespace: GPArotation [ FAIL 3 | WARN 1 | SKIP 1 | PASS 413 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-distributions.R:75:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-APAStyler.R:36:3'): APAStyler works with vglm model tests ────── Error in ``[.data.table`(FE, , `:=`(Count, .N), by = Term)`: attempt access index 6/6 in VECTOR_ELT Backtrace: ▆ 1. ├─JWileymisc::APAStyler(mt, print = FALSE) at test-APAStyler.R:36:3 2. └─JWileymisc:::APAStyler.modelTest.vglm(mt, print = FALSE) 3. ├─FE[, `:=`(Count, .N), by = Term] 4. └─data.table:::`[.data.table`(FE, , `:=`(Count, .N), by = Term) ── Error ('test-modelTest.R:104:3'): modelTest works with vglm objects. ──────── Error in ``[.data.table`(FE, , `:=`(Count, .N), by = Term)`: attempt access index 6/6 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_s3_class(APAStyler(mt), "data.table") at test-modelTest.R:104:3 2. │ └─testthat::quasi_label(enquo(object)) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─JWileymisc::APAStyler(mt) 5. └─JWileymisc:::APAStyler.modelTest.vglm(mt) 6. ├─FE[, `:=`(Count, .N), by = Term] 7. └─data.table:::`[.data.table`(FE, , `:=`(Count, .N), by = Term) ── Error ('test-modelTest.R:116:3'): modelTest works with vglm objects with multiple predictors. ── Error in ``[.data.table`(FE, , `:=`(Count, .N), by = Term)`: attempt access index 6/6 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_s3_class(APAStyler(mt), "data.table") at test-modelTest.R:116:3 2. │ └─testthat::quasi_label(enquo(object)) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─JWileymisc::APAStyler(mt) 5. └─JWileymisc:::APAStyler.modelTest.vglm(mt) 6. ├─FE[, `:=`(Count, .N), by = Term] 7. └─data.table:::`[.data.table`(FE, , `:=`(Count, .N), by = Term) [ FAIL 3 | WARN 1 | SKIP 1 | PASS 413 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.4.4
Check: tests
Result: ERROR Running ‘testthat.R’ [49s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > test_check("JWileymisc") Loading required package: JWileymisc Saving _problems/test-APAStyler-36.R $`1` $`2` attr(,"class") [1] "list" "ggarrange" Saving _problems/test-modelTest-104.R Saving _problems/test-modelTest-116.R Loading required namespace: GPArotation [ FAIL 3 | WARN 1 | SKIP 1 | PASS 413 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-distributions.R:75:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-APAStyler.R:36:3'): APAStyler works with vglm model tests ────── Error in ``[.data.table`(FE, , `:=`(Count, .N), by = Term)`: attempt access index 6/6 in VECTOR_ELT Backtrace: ▆ 1. ├─JWileymisc::APAStyler(mt, print = FALSE) at test-APAStyler.R:36:3 2. └─JWileymisc:::APAStyler.modelTest.vglm(mt, print = FALSE) 3. ├─FE[, `:=`(Count, .N), by = Term] 4. └─data.table:::`[.data.table`(FE, , `:=`(Count, .N), by = Term) ── Error ('test-modelTest.R:104:3'): modelTest works with vglm objects. ──────── Error in ``[.data.table`(FE, , `:=`(Count, .N), by = Term)`: attempt access index 6/6 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_s3_class(APAStyler(mt), "data.table") at test-modelTest.R:104:3 2. │ └─testthat::quasi_label(enquo(object)) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─JWileymisc::APAStyler(mt) 5. └─JWileymisc:::APAStyler.modelTest.vglm(mt) 6. ├─FE[, `:=`(Count, .N), by = Term] 7. └─data.table:::`[.data.table`(FE, , `:=`(Count, .N), by = Term) ── Error ('test-modelTest.R:116:3'): modelTest works with vglm objects with multiple predictors. ── Error in ``[.data.table`(FE, , `:=`(Count, .N), by = Term)`: attempt access index 6/6 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_s3_class(APAStyler(mt), "data.table") at test-modelTest.R:116:3 2. │ └─testthat::quasi_label(enquo(object)) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─JWileymisc::APAStyler(mt) 5. └─JWileymisc:::APAStyler.modelTest.vglm(mt) 6. ├─FE[, `:=`(Count, .N), by = Term] 7. └─data.table:::`[.data.table`(FE, , `:=`(Count, .N), by = Term) [ FAIL 3 | WARN 1 | SKIP 1 | PASS 413 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.4.4
Check: tests
Result: ERROR Running ‘testthat.R’ [32s/42s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > test_check("JWileymisc") Loading required package: JWileymisc $`1` $`2` attr(,"class") [1] "list" "ggarrange" Saving _problems/test-descriptives-helpers-24.R Loading required namespace: GPArotation [ FAIL 1 | WARN 4 | SKIP 1 | PASS 418 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-distributions.R:75:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-descriptives-helpers.R:22:5'): .stylepairedwilcox works ────── Expected `res` to equal "Wilcoxon Paired V = 54.00, p = .004". Differences: `actual`: "Wilcoxon Paired V = 45.00, p = .009" `expected`: "Wilcoxon Paired V = 54.00, p = .004" [ FAIL 1 | WARN 4 | SKIP 1 | PASS 418 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 1.4.4
Check: tests
Result: ERROR Running ‘testthat.R’ [32s/37s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > test_check("JWileymisc") Loading required package: JWileymisc $`1` $`2` attr(,"class") [1] "list" "ggarrange" Saving _problems/test-descriptives-helpers-24.R Loading required namespace: GPArotation [ FAIL 1 | WARN 4 | SKIP 1 | PASS 418 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-distributions.R:75:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-descriptives-helpers.R:22:5'): .stylepairedwilcox works ────── Expected `res` to equal "Wilcoxon Paired V = 54.00, p = .004". Differences: `actual`: "Wilcoxon Paired V = 45.00, p = .009" `expected`: "Wilcoxon Paired V = 54.00, p = .004" [ FAIL 1 | WARN 4 | SKIP 1 | PASS 418 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.4.4
Check: tests
Result: ERROR Running 'testthat.R' [27s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > test_check("JWileymisc") Loading required package: JWileymisc $`1` $`2` attr(,"class") [1] "list" "ggarrange" Saving _problems/test-descriptives-helpers-24.R Loading required namespace: GPArotation [ FAIL 1 | WARN 4 | SKIP 1 | PASS 418 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-distributions.R:75:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-descriptives-helpers.R:22:5'): .stylepairedwilcox works ────── Expected `res` to equal "Wilcoxon Paired V = 54.00, p = .004". Differences: `actual`: "Wilcoxon Paired V = 45.00, p = .009" `expected`: "Wilcoxon Paired V = 54.00, p = .004" [ FAIL 1 | WARN 4 | SKIP 1 | PASS 418 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64