R Under development (unstable) (2025-12-17 r89193 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(quollr) > library(vdiffr) > > test_check("quollr") v Model generated successfully!!! v Model generated successfully!!! v Model generated successfully!!! New names: * `` -> `...1` * `` -> `...2` New names: * `` -> `...1` * `` -> `...2` [ FAIL 0 | WARN 0 | SKIP 33 | PASS 11 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-2d.R:2:1', 'test-2d.R:11:1', 'test-2d.R:21:1', 'test-2d.R:31:1', 'test-2d.R:40:1', 'test-2d.R:48:1', 'test-2d.R:55:1', 'test-2d.R:65:1', 'test-2d.R:75:1', 'test-2d.R:87:1', 'test-2d.R:99:1', 'test-2d.R:107:1', 'test-2d.R:120:1', 'test-data_processing.R:2:1', 'test-geom_hexgrid.R:1:1', 'test-geom_trimesh.R:2:1', 'test-highd.R:3:1', 'test-highd.R:11:1', 'test-link_plots.R:3:1', 'test-link_plots.R:30:1', 'test-model.R:3:1', 'test-parameters.R:3:1', 'test-parameters.R:11:1', 'test-prediction.R:3:1', 'test-prediction.R:11:1', 'test-prediction.R:24:1', 'test-prediction.R:36:1', 'test-projection.R:3:1', 'test-projection.R:13:1', 'test-projection.R:32:1' • empty test (3): 'test-highd.R:20:1', 'test-link_plots.R:12:1', 'test-link_plots.R:44:1' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 11 ] > > proc.time() user system elapsed 13.15 1.07 14.21