R version 4.6.0 alpha (2026-03-28 r89738 ucrt) Copyright (C) 2026 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") > > test_check("ledger") Loading required package: ledger Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 0 | SKIP 14 | PASS 29 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • bean-report_hledger binaries not found (2): 'test-register.R:68:3', 'test-register.R:133:3' • bean-report_ledger binaries not found (2): 'test-register.R:68:3', 'test-register.R:133:3' • beancount binaries not found (3): 'test-net_worth.R:27:3', 'test-register.R:68:3', 'test-register.R:133:3' • empty test (1): 'test-register.R:34:1' • hledger binaries not found (3): 'test-net_worth.R:27:3', 'test-register.R:68:3', 'test-register.R:133:3' • ledger binaries not found (3): 'test-net_worth.R:27:3', 'test-register.R:68:3', 'test-register.R:133:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 29 ] > > proc.time() user system elapsed 1.39 0.39 1.78