R Under development (unstable) (2025-11-29 r89077 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(mcglm) ---------------------------------------------------------------------- mcglm: Multivariate Covariance Generalized Linear Models For support, collaboration or bug report, visit: https://github.com/bonatwagner/mcglm mcglm version 0.9.0 (build on 2025-11-27) is now loaded. ---------------------------------------------------------------------- > > test_check("mcglm") [1] "Running test_mc_build_C.R" [1] "Testing covariance identity" [1] "OK" [1] "Testing covariance inverse" [1] "OK" [1] "Testing covariance expm" [1] "OK" [1] "Checking computations" [1] "Testing variance function: tweedie" [1] "OK" [1] "Testing variance function: binomialP" [1] "OK" [1] "Checking Poisson-Tweedie derivatives" [1] "Checking binomiaPQ derivatives" [1] "test_mc_build.C - OK" [1] "test_mc_build_omega.R" [1] "test_mc_build_omega.R - OK" [1] "test_mc_build_sigma.R" [1] "test_mc_build_sigma.R - OK" [1] "test_mc_build_sigma_between.R" [1] "test_mc_build_sigma_between.R-OK" [1] "Testing link functions ..." [1] "Testing link functions - Part II" [1] "Testing link functions - Part II" [1] "Testing Matrix linear predictor..." [1] "Testing Matrix linear predictor... OK" [1] "Testing variance function ..." [1] "Testing variance function ... OK" [ FAIL 0 | WARN 0 | SKIP 1 | PASS 370 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): [ FAIL 0 | WARN 0 | SKIP 1 | PASS 370 ] > > proc.time() user system elapsed 3.93 0.31 4.23