R Under development (unstable) (2025-02-15 r87726 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(logos) > > test_check("logos") [1] "The date is not compatible with the testament or is outside the correct date range. Refer to the 'by_date()' documentation for help." Rows: 5 Columns: 5 ------------------------- $ A  1, 2, 3, 4, 5... $ B  a, b, c, d, e... $ C  low, medium, high, low, high... $ D  2023-01-01, 2023-01-02, 2023-01-03, 2023-01-04, 2023-01-05... $ E  TRUE, FALSE, TRUE, FALSE, TRUE... Rows: 10 Columns: 3 ------------------------- $ X  1.08213127172624, 1.81332899393921, -0.763365991514064, 0.346288782302495, 0.788807270195952, -1.91454145455924, 0.714784807741891, -2.32208962514982, -0.80296147497698, 2.21356770702971... $ Y  A, L, B, Q, K, E, S, N... $ Z  FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, FALSE, FALSE... Rows: 0 Columns: 0 ------------------------- Rows: 5 Columns: 5 ------------------------- $ A  1, 2, 3, 4, 5... $ B  a, b, c, d, e... $ C  low, medium, high, low, high... $ D  2023-01-01, 2023-01-02, 2023-01-03, 2023-01-04, 2023-01-05... $ E  TRUE, FALSE, TRUE, FALSE, TRUE... Rows: 5 Columns: 5 ------------------------- $ A  1, 2, 3, 4, 5... $ B  a, b, c, d, e... $ C  low, medium, high, low, high... $ D  2023-01-01, 2023-01-02, 2023-01-03, 2023-01-04, 2023-01-05... $ E  TRUE, FALSE, TRUE, FALSE, TRUE... No close matches found for:Nonexistent Did you mean: Genesis ? Did you mean: Exodus ? No close matches found for:UnknownBook No close matches found for:RandomBook [ FAIL 0 | WARN 0 | SKIP 0 | PASS 78 ] > > proc.time() user system elapsed 1.50 0.21 1.70