R version 4.5.0 alpha (2025-03-26 r88060 ucrt) 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. > library(testthat) > library(behavr) Loading required package: data.table > > test_check("behavr") ==== METADATA ==== Key: id condition sex 1: 1 a M 2: 2 b M 3: 3 c M 4: 4 d F 5: 5 e F ====== DATA ====== Key: id t x y eating 1: 1 1 -0.6264538 -0.62036668 TRUE 2: 1 2 0.1836433 0.04211587 FALSE 3: 1 3 -0.8356286 -0.91092165 TRUE 4: 1 4 1.5952808 0.15802877 TRUE 5: 1 5 0.3295078 -0.65458464 TRUE --- 496: 5 96 -2.0908461 -0.30824994 TRUE 497: 5 97 1.6973939 0.01551524 FALSE 498: 5 98 1.0638812 -0.44231772 TRUE 499: 5 99 -0.7666166 -1.63800773 FALSE 500: 5 100 0.3820076 -0.64140116 FALSE behavr table with: 5 individuals 2 metavariables 4 variables 5e+02 measurements 1 key (id) Summary of each individual (one per row): Key: id condition sex data_points time_range 1: 1 a M 100 [1 -> 100 (99)] 2: 2 b M 100 [1 -> 100 (99)] 3: 3 c M 100 [1 -> 100 (99)] 4: 4 d F 100 [1 -> 100 (99)] 5: 5 e F 100 [1 -> 100 (99)] behavr table with: 5 individuals 2 metavariables 4 variables 5e+02 measurements 1 key (id) [ FAIL 0 | WARN 0 | SKIP 2 | PASS 93 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-print_summary.R:3:1', 'test-print_summary.R:12:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 93 ] > > proc.time() user system elapsed 3.28 0.79 3.95