R Under development (unstable) (2024-02-18 r85939 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(dplyr) Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > > test_check("OpenRepGrid") Loading required package: OpenRepGrid ------------------------------------------------ OpenRepGrid Version 0.1.15 Tools for the analysis of repertory grid data For an introduction visit: www.openrepgrid.org CAUTION: The package is in alpha phase. Design changes may still occur. ------------------------------------------------ Attaching package: 'OpenRepGrid' The following object is masked from 'package:dplyr': matches The following object is masked from 'package:testthat': matches NULL [ FAIL 0 | WARN 0 | SKIP 2 | PASS 56 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_bertin.R:4:3', 'test_biplot.R:11:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 56 ] Deleting unused snapshots: • bertin/bertincluster.svg • biplot/biplotpseudo3d.svg > > proc.time() user system elapsed 2.95 0.62 3.62