R Under development (unstable) (2025-02-12 r87715 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.7743220991442, 0.00447609679741917, -1.14234460929329, 1.59448549198987, 0.435652907804952, -0.566570353496073, -0.706318589656434, -0.615595569291115, -0.0744695045815684, -1.06025634626279... $ Y  R, D, F, G, H, L, W, W... $ Z  TRUE, FALSE, FALSE, FALSE, TRUE, TRUE, 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 2.14 0.39 2.50