R Under development (unstable) (2024-10-09 r87215 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(affiner) > > test_check("affiner") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 529 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-affine-settings.r:3:3', 'test-coord.r:355:5', 'test-coord.r:363:5', 'test-coord.r:372:5', 'test-line.r:19:5', 'test-plane.r:27:5', 'test-plot.r:10:5', 'test-plot.r:54:5', 'test-point.r:12:5' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 529 ] Deleting unused snapshots: • plot/autolayer-coord1d.svg • plot/autolayer-coord2d-project.svg • plot/autolayer-coord2d-reflect.svg • plot/plot-coord2d-project.svg • plot/plot-coord2d-reflect.svg > > proc.time() user system elapsed 8.65 0.96 9.62