R version 4.6.0 alpha (2026-03-30 r89742 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. > # 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(postlink) > > test_check("postlink") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 624 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-fitglm_adjMixBayes.R:8:2', 'test-fitglm_adjMixBayes.R:84:2', 'test-fitglm_adjMixBayes.R:145:2', 'test-fitsurvreg_adjMixBayes.R:8:2', 'test-fitsurvreg_adjMixBayes.R:82:2', 'test-fitsurvreg_adjMixBayes.R:142:2', 'test-glmELE.R:193:1', 'test-glmMixBayes.R:106:2', 'test-glmMixBayes_methods.R:68:2', 'test-glmMixBayes_methods.R:81:2', 'test-glmMixBayes_methods.R:92:2', 'test-glmMixBayes_methods.R:104:2', 'test-survMixBayes.R:94:2', 'test-survMixBayes_methods.R:127:2', 'test-survMixBayes_methods.R:140:2', 'test-survMixBayes_methods.R:151:2', 'test-survMixBayes_methods.R:193:2' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 624 ] > > proc.time() user system elapsed 36.73 2.09 38.76