* using log directory 'd:/RCompile/CRANincoming/R-devel/mark.Rcheck' * using R Under development (unstable) (2024-12-04 r87420 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'mark/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'mark' version '0.8.2' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [20s] OK * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'mark' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [20s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [18s] ERROR Running 'spelling.R' Running 'testthat.R' [17s] 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 2 | WARN 0 | SKIP 12 | PASS 874 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-bib.R:38:3', 'test-diff-time.R:251:3', 'test-fact.R:386:3', 'test-handlers.R:89:3', 'test-md5.R:22:3', 'test-note.R:52:3', 'test-note.R:92:3', 'test-pseudo_id.R:68:3', 'test-todos.R:75:3', 'test-write.R:110: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-clipboard.R:44:3'): clipboard ────────────────────────────────── Error in `textConnection(clipr_read_clip(TRUE))`: invalid 'text' argument Backtrace: ▆ 1. ├─testthat::expect_equal(read_clipboard("tibble"), tibble::as_tibble(x)) at test-clipboard.R:44:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─mark::read_clipboard("tibble") 5. ├─mark:::type_convert2(do_read_table_clipboard(...)) 6. │ └─base::is.data.frame(x) 7. └─mark:::do_read_table_clipboard(...) 8. ├─utils::read.table(...) 9. └─base::textConnection(clipr_read_clip(TRUE)) ── Error ('test-clipboard.R:56:5'): clipboard methods ────────────────────────── Error in `textConnection(clipr_read_clip(TRUE))`: invalid 'text' argument Backtrace: ▆ 1. └─mark (local) expect_clip(simple_tbl("\t"), "excel") at test-clipboard.R:68:3 2. ├─testthat::expect_identical(read_clipboard(method), res) at test-clipboard.R:56:5 3. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─mark::read_clipboard(method) 6. ├─mark:::type_convert2(do_read_table_clipboard(...)) 7. │ └─base::is.data.frame(x) 8. └─mark:::do_read_table_clipboard(...) 9. ├─utils::read.table(...) 10. └─base::textConnection(clipr_read_clip(TRUE)) [ FAIL 2 | WARN 0 | SKIP 12 | PASS 874 ] Error: Test failures Execution halted * checking PDF version of manual ... [24s] OK * checking HTML version of manual ... [17s] OK * DONE Status: 1 ERROR