R Under development (unstable) (2024-01-20 r85814 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(x3ptools) > > > test_check("x3ptools") updating: bindata/ (stored 0%) updating: bindata/data.bin (stored 0%) updating: main.xml (deflated 65%) updating: md5checksum.hex (stored 0%) [ FAIL 2 | WARN 2 | SKIP 1 | PASS 150 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_read_x3p.R:9:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_x3p_trim_na.R:30:3'): x3p_trim_na works as expected ────────── tmp$surface.matrix not equivalent to logo_NA$surface.matrix. Lengths differ: 309738 is not 310479 ── Failure ('test_x3p_trim_na.R:37:3'): x3p_trim_na works as expected ────────── logo$surface.matrix not equivalent to tmp$surface.matrix. Lengths differ: 310479 is not 309738 [ FAIL 2 | WARN 2 | SKIP 1 | PASS 150 ] Error: Test failures In addition: Warning messages: 1: In grDevices::png(file = "bindata/mask.png", width = x3p$header.info$sizeX, : 'width=6, height=7' are unlikely values in pixels 2: `flatten()` is deprecated as of rlang 1.1.0. ℹ Please use `purrr::list_flatten()` or `purrr::list_c()`. This warning is displayed once every 8 hours. Execution halted