R Under development (unstable) (2025-07-27 r88459 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(circumplex) > > test_check("circumplex") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 100 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-instrument_oop.R:8:3', 'test-instrument_oop.R:13:3', 'test-instrument_oop.R:23:3', 'test-instrument_oop.R:32:3', 'test-ssm_analysis.R:2:3', 'test-ssm_analysis.R:52:3', 'test-ssm_analysis.R:102:3', 'test-ssm_analysis.R:176:3', 'test-ssm_analysis.R:230:3', 'test-ssm_analysis.R:287:3', 'test-ssm_analysis.R:344:3', 'test-ssm_oop.R:31:3', 'test-ssm_oop.R:70:3', 'test-ssm_plot.R:8:3', 'test-ssm_plot.R:24:3', 'test-ssm_plot.R:39:3', 'test-ssm_plot.R:64:3', 'test-ssm_plot.R:77:3', 'test-ssm_plot.R:90:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 100 ] Deleting unused snapshots: • ssm_plot/many-circle-repel.svg • ssm_plot/many-curve-plots.svg • ssm_plot/measure-contrast-circle-ssm.svg • ssm_plot/measure-contrast-curve-ssm.svg • ssm_plot/single-group-mean-ssm-no-palette.svg • ssm_plot/single-group-mean-ssm-with-labels.svg > > proc.time() user system elapsed 35.65 3.67 39.40