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  -0.191621451429187, -0.212631719995002, 0.858455598577722, 1.2664818132365, -0.833483200639765, -0.27631661702552, 0.241195257358356, 1.26296700393278, 1.1378545257043, -0.760042495184412... $ Y  Y, H, C, Z, U, C, R, E... $ Z  TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, TRUE, 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.23 0.20 1.45