R Under development (unstable) (2025-01-22 r87618 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. > # 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(qvcalc) > > test_check("qvcalc") Loading required package: MASS Model call: glm(formula = incidents ~ type + year + period, family = quasipoisson, data = ships, subset = (service > 0), offset = log(service)) Factor name: type estimate SE quasiSE quasiVar A 0.00000000 0.0000000 0.2009659 0.04038727 B -0.54334430 0.2309370 0.1127052 0.01270245 C -0.68740165 0.4278874 0.3752505 0.14081293 D -0.07596142 0.3778671 0.3238935 0.10490702 E 0.32557946 0.3067364 0.2321719 0.05390377 Worst relative errors in SEs of simple contrasts (%): -0.7 0.9 Worst relative errors over *all* contrasts (%): -2.1 1.6 estimate SE quasiSE quasiVar A 0.00000000 0.0000000 0.2009659 0.04038727 B -0.54334430 0.2309370 0.1127052 0.01270245 C -0.68740165 0.4278874 0.3752505 0.14081293 D -0.07596142 0.3778671 0.3238935 0.10490702 E 0.32557946 0.3067364 0.2321719 0.05390377 [ FAIL 0 | WARN 0 | SKIP 3 | PASS 7 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • {psychotools} is not installed (1): 'test-itempar.R:2:3' • {survival} is not installed (2): 'test-qvcalc_survival.R:3:3', 'test-qvcalc_survival.R:27:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 7 ] > > proc.time() user system elapsed 0.64 0.12 0.75