CRAN Package Check Results for Package markmyassignment

Last updated on 2026-06-07 20:51:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.9 2.44 52.72 55.16 OK
r-devel-linux-x86_64-debian-gcc 0.8.9 1.99 38.31 40.30 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.9 87.59 OK
r-devel-linux-x86_64-fedora-gcc 0.8.9 112.70 OK
r-devel-windows-x86_64 0.8.9 5.00 76.00 81.00 OK
r-patched-linux-x86_64 0.8.9 2.53 50.07 52.60 OK
r-release-linux-x86_64 0.8.9 2.01 49.81 51.82 OK
r-release-macos-arm64 0.8.9 1.00 27.00 28.00 OK
r-release-macos-x86_64 0.8.9 2.00 120.00 122.00 OK
r-release-windows-x86_64 0.8.9 5.00 76.00 81.00 OK
r-oldrel-macos-arm64 0.8.9 1.00 23.00 24.00 OK
r-oldrel-macos-x86_64 0.8.9 2.00 178.00 180.00 OK
r-oldrel-windows-x86_64 0.8.9 6.00 92.00 98.00 OK

Check Details

Version: 0.8.9
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > test_check("markmyassignment") Loading required package: markmyassignment Saving _problems/test-mark_my_assignment-14.R Saving _problems/test-mark_my_assignment-23.R Saving _problems/test-mark_my_assignment-33.R [ FAIL 3 | WARN 0 | SKIP 6 | PASS 144 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-set_assignment.R:5:3', 'test-set_assignment.R:47:3', 'test-set_assignment.R:70:3', 'test-set_assignment.R:101:3', 'test-set_assignment.R:155:3', 'test-set_assignment.R:205:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-mark_my_assignment.R:14:3'): mark_my_assignment() ──────────── Expected `length(y)` to equal 4. Differences: 1/1 mismatches [1] 3 - 4 == -1 ── Failure ('test-mark_my_assignment.R:23:3'): mark_my_assignment() ──────────── Expected `length(y)` to equal 4. Differences: 1/1 mismatches [1] 3 - 4 == -1 ── Failure ('test-mark_my_assignment.R:33:3'): mark_my_assignment() ──────────── Expected `length(y)` to equal 4. Differences: 1/1 mismatches [1] 3 - 4 == -1 [ FAIL 3 | WARN 0 | SKIP 6 | PASS 144 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc