Last updated on 2026-08-16 05:50:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 185.72 | 209.25 | 394.97 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 119.39 | 147.88 | 267.27 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 134.00 | 136.74 | 270.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 138.00 | 135.08 | 273.08 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 204.00 | 492.00 | 696.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 165.82 | 195.58 | 361.40 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 165.00 | 191.91 | 356.91 | OK | |
| r-release-macos-arm64 | 1.0.1 | 31.00 | 26.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 96.00 | 160.00 | 256.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 206.00 | 226.00 | 432.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 85.00 | 85.00 | 170.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 222.00 | 296.00 | 518.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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(sgdGMF)
Loading required package: ggplot2
Attaching package: 'sgdGMF'
The following object is masked from 'package:stats':
simulate
>
> test_check("sgdGMF")
Saving _problems/test-vglmfit-47.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 162 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-vglmfit.R:47:3'): Binomial VGLM fitting ──────────────────────
Expected `mean(crossprod(X, res.hat)) < 1e-04` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 162 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang