R Under development (unstable) (2026-07-30 r90327 ucrt) -- "Unsuffered Consequences" 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. > # 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(BetaDanish) BetaDanish 0.3.0: see ?BetaDanish for help. > > test_check("BetaDanish") Likelihood Ratio Test (a = 1 vs a != 1) Model LogLik Chisq Df Pr(>Chisq) 1 Submodel (3-param) -125.1608 NA NA NA 2 Full Model (4-param) -125.0137 0.2942284 1 0.5875235 [ FAIL 0 | WARN 0 | SKIP 40 | PASS 474 ] ══ Skipped tests (40) ══════════════════════════════════════════════════════════ • On CRAN (40): 'test-advanced-models.R:18:3', 'test-advanced-models.R:29:3', 'test-advanced-models.R:42:3', 'test-advanced-models.R:68:3', 'test-advanced-models.R:81:3', 'test-analyze-csv.R:34:3', 'test-analyze-csv.R:50:3', 'test-analyze-csv.R:59:3', 'test-analyze-csv.R:67:3', 'test-analyze-csv.R:86:3', 'test-analyze-csv.R:96:3', 'test-analyze-csv.R:109:3', 'test-analyze-csv.R:123:3', 'test-analyze-csv.R:136:3', 'test-analyze-csv.R:143:3', 'test-cr-simulation.R:40:3', 'test-cr-simulation.R:54:3', 'test-cr-simulation.R:75:3', 'test-cr-simulation.R:94:3', 'test-cr-simulation.R:120:3', 'test-cr-simulation.R:153:3', 'test-data-layer.R:18:3', 'test-degeneracy-transplant.R:8:3', 'test-degeneracy-transplant.R:32:3', 'test-degeneracy-transplant.R:51:3', 'test-estimation.R:33:3', 'test-estimation.R:46:3', 'test-estimation.R:65:3', 'test-estimation.R:83:3', 'test-estimation.R:99:3', 'test-estimation.R:124:3', 'test-estimation.R:139:3', 'test-estimation.R:155:3', 'test-estimation.R:172:3', 'test-estimation.R:181:3', 'test-estimation.R:199:3', 'test-identifiability.R:46:3', 'test-plots-extra.R:56:3', 'test-plots-extra.R:67:3', 'test-report-betadanish.R:2:3' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 474 ] > > proc.time() user system elapsed 18.79 2.15 20.95