CRAN Package Check Results for Package mark

Last updated on 2024-09-27 07:51:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.0 8.66 89.43 98.09 ERROR
r-devel-linux-x86_64-debian-gcc 0.8.0 6.44 64.57 71.01 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.0 151.48 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.0 147.19 ERROR
r-devel-windows-x86_64 0.8.0 11.00 126.00 137.00 ERROR
r-patched-linux-x86_64 0.8.0 12.75 83.82 96.57 OK
r-release-linux-x86_64 0.8.0 8.69 86.77 95.46 OK
r-release-macos-arm64 0.8.0 46.00 OK
r-release-macos-x86_64 0.8.0 84.00 OK
r-release-windows-x86_64 0.8.0 10.00 107.00 117.00 OK
r-oldrel-macos-arm64 0.8.0 49.00 OK
r-oldrel-macos-x86_64 0.8.0 114.00 OK
r-oldrel-windows-x86_64 0.8.0 14.00 127.00 141.00 OK

Check Details

Version: 0.8.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: na_assignments.Rd: match_ext Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.8.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [27s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mark, warn.conflicts = FALSE) > > test_check("mark") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • Is not interactive (1): 'test-clipboard.R:2:3' • On CRAN (8): 'test-bib.R:38:3', 'test-diff-time.R:251:3', 'test-fact.R:386:3', 'test-handlers.R:89:3', 'test-note.R:52:3', 'test-note.R:92:3', 'test-pseudo_id.R:68:3', 'test-todos.R:75:3' • getRversion() >= "4.3" is TRUE (1): 'test-diff-time.R:203:3' • mark::write_clipboard() needs to be updated (1): 'test-strings.R:73:3' • not static (1): 'test-environments.R:29:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-expand.R:54:3'): reindex() work ──────────────────────────────── <getvarError/missingArgError/error/condition> Error in `reindex(data.frame(a = 1), index = integer())`: argument "new_index" is missing, with no default Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-expand.R:54:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─mark::reindex(data.frame(a = 1), index = integer()) 8. └─mark:::no_length(new_index) [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [20s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mark, warn.conflicts = FALSE) > > test_check("mark") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • Is not interactive (1): 'test-clipboard.R:2:3' • On CRAN (8): 'test-bib.R:38:3', 'test-diff-time.R:251:3', 'test-fact.R:386:3', 'test-handlers.R:89:3', 'test-note.R:52:3', 'test-note.R:92:3', 'test-pseudo_id.R:68:3', 'test-todos.R:75:3' • getRversion() >= "4.3" is TRUE (1): 'test-diff-time.R:203:3' • mark::write_clipboard() needs to be updated (1): 'test-strings.R:73:3' • not static (1): 'test-environments.R:29:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-expand.R:54:3'): reindex() work ──────────────────────────────── <getvarError/missingArgError/error/condition> Error in `reindex(data.frame(a = 1), index = integer())`: argument "new_index" is missing, with no default Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-expand.R:54:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─mark::reindex(data.frame(a = 1), index = integer()) 8. └─mark:::no_length(new_index) [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [42s/27s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mark, warn.conflicts = FALSE) > > test_check("mark") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • Is not interactive (1): 'test-clipboard.R:2:3' • On CRAN (8): 'test-bib.R:38:3', 'test-diff-time.R:251:3', 'test-fact.R:386:3', 'test-handlers.R:89:3', 'test-note.R:52:3', 'test-note.R:92:3', 'test-pseudo_id.R:68:3', 'test-todos.R:75:3' • getRversion() >= "4.3" is TRUE (1): 'test-diff-time.R:203:3' • mark::write_clipboard() needs to be updated (1): 'test-strings.R:73:3' • not static (1): 'test-environments.R:29:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-expand.R:54:3'): reindex() work ──────────────────────────────── <getvarError/missingArgError/error/condition> Error in `reindex(data.frame(a = 1), index = integer())`: argument "new_index" is missing, with no default Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-expand.R:54:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─mark::reindex(data.frame(a = 1), index = integer()) 8. └─mark:::no_length(new_index) [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.8.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [43s/28s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mark, warn.conflicts = FALSE) > > test_check("mark") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • Is not interactive (1): 'test-clipboard.R:2:3' • On CRAN (8): 'test-bib.R:38:3', 'test-diff-time.R:251:3', 'test-fact.R:386:3', 'test-handlers.R:89:3', 'test-note.R:52:3', 'test-note.R:92:3', 'test-pseudo_id.R:68:3', 'test-todos.R:75:3' • getRversion() >= "4.3" is TRUE (1): 'test-diff-time.R:203:3' • mark::write_clipboard() needs to be updated (1): 'test-strings.R:73:3' • not static (1): 'test-environments.R:29:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-expand.R:54:3'): reindex() work ──────────────────────────────── <getvarError/missingArgError/error/condition> Error in `reindex(data.frame(a = 1), index = integer())`: argument "new_index" is missing, with no default Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-expand.R:54:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─mark::reindex(data.frame(a = 1), index = integer()) 8. └─mark:::no_length(new_index) [ FAIL 1 | WARN 0 | SKIP 12 | PASS 823 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.8.0
Check: tests
Result: ERROR Running 'spelling.R' [1s] Running 'testthat.R' [16s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(mark, warn.conflicts = FALSE) > > test_check("mark") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 11 | PASS 826 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • Is not interactive (1): 'test-clipboard.R:2:3' • On CRAN (8): 'test-bib.R:38:3', 'test-diff-time.R:251:3', 'test-fact.R:386:3', 'test-handlers.R:89:3', 'test-note.R:52:3', 'test-note.R:92:3', 'test-pseudo_id.R:68:3', 'test-todos.R:75:3' • getRversion() >= "4.3" is TRUE (1): 'test-diff-time.R:203:3' • not static (1): 'test-environments.R:29:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-expand.R:54:3'): reindex() work ──────────────────────────────── <getvarError/missingArgError/error/condition> Error in `reindex(data.frame(a = 1), index = integer())`: argument "new_index" is missing, with no default Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-expand.R:54:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─mark::reindex(data.frame(a = 1), index = integer()) 8. └─mark:::no_length(new_index) [ FAIL 1 | WARN 0 | SKIP 11 | PASS 826 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.