R Under development (unstable) (2023-12-12 r85669 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ijtiff) > > test_check("ijtiff") NULL [ FAIL 0 | WARN 0 | SKIP 6 | PASS 94 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-graphics.R:15:3', 'test-io.R:180:3', 'test-io.R:340:3', 'test-linescan_to_stack-examples.R:13:3', 'test-print.R:2:3', 'test-read_tags-examples.R:25:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 94 ] Deleting unused snapshots: • graphics/r-logo-banana-red.svg • graphics/raster-grey-r-logo-blue-channel.svg • graphics/raster-grey-r-logo.svg • graphics/raster-r-logo-green-channel.svg • graphics/reduced-resolution-basic-r-logo.svg > > proc.time() user system elapsed 6.51 2.15 7.31