R version 4.6.0 beta (2026-04-12 r89879 ucrt) -- "Because it was There" 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) > library(OdysseusCostModule) > > test_check("OdysseusCostModule") ▶ == Domain Costs ============================================ ▶ == Domain Costs ============================================ • Domain Drug | measure total_charge • Domain Drug | measure total_cost • Domain Visit | measure total_charge • Domain Visit | measure total_cost ✓ Domain cost computation complete ▶ == Overall Costs =========================================== • Domain Condition | measure total_charge • Domain Condition | measure total_cost • Domain Drug | measure total_charge • Domain Drug | measure total_cost • Domain Procedure | measure total_charge • Domain Procedure | measure total_cost • Domain Device | measure total_charge • Domain Device | measure total_cost • Domain Measurement | measure total_charge • Domain Measurement | measure total_cost • Domain Observation | measure total_charge • Domain Observation | measure total_cost • Domain Visit | measure total_charge • Domain Visit | measure total_cost ✓ Overall cost computation complete ▶ == Distribution Statistics and Cost Metrics ================ ✓ Cost statistics calculation complete ▶ == Concept Set Costs ======================================= ▶ == Concept Set Costs ======================================= • [1/28] a | Condition | total_charge • [2/28] b | Condition | total_charge • [3/28] a | Condition | total_cost • [4/28] b | Condition | total_cost • [5/28] a | Drug | total_charge • [6/28] b | Drug | total_charge • [7/28] a | Drug | total_cost • [8/28] b | Drug | total_cost • [9/28] a | Procedure | total_charge • [10/28] b | Procedure | total_charge • [11/28] a | Procedure | total_cost • [12/28] b | Procedure | total_cost • [13/28] a | Device | total_charge • [14/28] b | Device | total_charge • [15/28] a | Device | total_cost • [16/28] b | Device | total_cost • [17/28] a | Measurement | total_charge • [18/28] b | Measurement | total_charge • [19/28] a | Measurement | total_cost • [20/28] b | Measurement | total_cost • [21/28] a | Observation | total_charge • [22/28] b | Observation | total_charge • [23/28] a | Observation | total_cost • [24/28] b | Observation | total_cost • [25/28] a | Visit | total_charge • [26/28] b | Visit | total_charge • [27/28] a | Visit | total_cost • [28/28] b | Visit | total_cost ✓ Concept set cost computation complete ▶ == Concept Set Costs ======================================= ▶ == Concept Set Costs ======================================= ✓ Analysis window 'default' created Cost Analysis Plan Tiers : overall Cost measures : total_charge, total_cost Excl. negative : TRUE Excl. zero-cost: FALSE Domains : all Windows : (set at execution time) ▶ == Odysseus Cost Module ==================================== • Analyses: overall, domain, conceptSet • Cost measures: total_charge • Analysis windows: default • Creating analysis windows • Computing person-time denominators • Computing cost metrics and statistics ✓ Odysseus Cost Module computation complete ▶ == Odysseus Cost Module ==================================== • Analyses: overall • Cost measures: total_charge • Analysis windows: default • Creating analysis windows • Computing person-time denominators • Removing zero-cost patients and zero-cost events • Returning raw cost rows ✓ Odysseus Cost Module computation complete ▶ == Odysseus Cost Module ==================================== • Analyses: overall • Cost measures: total_charge • Analysis windows: baseline, first_year • Creating analysis windows • Computing person-time denominators • Computing cost metrics and statistics ✓ Odysseus Cost Module computation complete [ FAIL 0 | WARN 2 | SKIP 0 | PASS 284 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 284 ] > > proc.time() user system elapsed 7.18 1.06 8.53