R Under development (unstable) (2024-05-22 r86590 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(mark, warn.conflicts = FALSE) > > test_check("mark") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 11 | PASS 827 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 827 ] > > proc.time() user system elapsed 2.73 0.28 10.71