R Under development (unstable) (2026-01-27 r89337 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(affiner) Attaching package: 'affiner' The following object is masked from 'package:testthat': is_parallel > > test_check("affiner") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 658 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-affine-settings.r:3:2', 'test-coord.r:373:1', 'test-coord.r:380:1', 'test-coord.r:388:1', 'test-line.r:1:1', 'test-plane.r:1:1', 'test-plot.r:1:1', 'test-plot.r:54:2', 'test-point.r:1:1' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 658 ] > > proc.time() user system elapsed 8.06 0.82 8.82