R Under development (unstable) (2024-02-29 r86017 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. > # 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") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 32 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-2d.R:16:3', 'test-2d.R:38:3', 'test-2d.R:58:3', 'test-2d.R:80:3', 'test-2d.R:103:3', 'test-2d.R:116:3', 'test-2d.R:128:3', 'test-2d.R:165:3', 'test-2d.R:187:3', 'test-2d.R:212:3', 'test-2d.R:237:3', 'test-2d.R:273:3', 'test-2d.R:308:3', 'test-data_processing.R:21:3', 'test-geom_trimesh.R:18:3', 'test-highd.R:13:3', 'test-model.R:3:3', 'test-parameters.R:44:3', 'test-parameters.R:75:3', 'test-prediction.R:10:3', 'test-prediction.R:56:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 32 ] > > proc.time() user system elapsed 4.62 0.67 5.28