R Under development (unstable) (2024-02-24 r85984 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(rgl.cry) > > test_check("rgl.cry") align("a, silent=TRUE") align("b, silent=TRUE") align("c, silent=TRUE") align("ra, silent=TRUE") align("rb, silent=TRUE") align("rc, silent=TRUE") align("1 0 0, silent=TRUE") align("1 1 0, silent=TRUE") align("1 1 1, silent=TRUE") align("2 1 0, silent=TRUE") align("-1 -1 0, silent=TRUE") align("10 20, silent=TRUE") align("30 -45, silent=TRUE") Current state from previous: x y z (deg): 0 0 0 (deg) expected: 0 0 0 (deg) Current state from previous: x y z (deg): 1 0 0 (deg) expected: 1 0 0 (deg) Current state from previous: x y z (deg): 10 0 0 (deg) expected: 10 0 0 (deg) Current state from previous: x y z (deg): 15 15 0 (deg) expected: 15 15 0 (deg) [ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-align.R:7:1', 'test-align.R:24:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ] > > proc.time() user system elapsed 10.51 0.26 24.40