R Under development (unstable) (2024-06-07 r86704 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(rdecision) > test_check("rdecision") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 1486 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-BetaDistribution.R:89:3', 'test-BetaModVar.R:134:3', 'test-DirichletDistribution.R:143:3', 'test-EmpiricalDistribution.R:89:3', 'test-ExprModVar.R:118:3', 'test-ExprModVar.R:174:3', 'test-ExprModVar.R:220:3', 'test-ExprModVar.R:237:3', 'test-ExprModVar.R:280:3', 'test-ExprModVar.R:300:3', 'test-GammaDistribution.R:66:3', 'test-GammaModVar.R:84:3', 'test-LogNormDistribution.R:68:3', 'test-LogNormModVar.R:89:3', 'test-NormModVar.R:68:3', 'test-NormalDistribution.R:56:3', 'test-model-AZT.R:345:3', 'test-model-TKR.R:632:3', 'test-model-TKR.R:657:3', 'test-model-Tegaderm.R:393:3', 'test-model-Tegaderm.R:477:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 1486 ] > > proc.time() user system elapsed 106.82 3.18 110.00