Last updated on 2026-02-08 21:50:40 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.2 | 17.67 | 132.29 | 149.96 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.2.2 | 13.03 | 104.16 | 117.19 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.2.2 | 31.00 | 212.13 | 243.13 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.2 | 30.00 | 204.88 | 234.88 | ERROR | |
| r-devel-windows-x86_64 | 2.2.2 | 21.00 | 124.00 | 145.00 | ERROR | |
| r-patched-linux-x86_64 | 2.2.2 | 15.68 | 120.41 | 136.09 | ERROR | |
| r-release-linux-x86_64 | 2.2.2 | 14.88 | 119.94 | 134.82 | ERROR | |
| r-release-macos-arm64 | 2.2.2 | OK | ||||
| r-release-macos-x86_64 | 2.2.2 | 10.00 | 114.00 | 124.00 | OK | |
| r-release-windows-x86_64 | 2.2.2 | 21.00 | 144.00 | 165.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 2.2.2 | 10.00 | 84.00 | 94.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.2 | 26.00 | 158.00 | 184.00 | ERROR |
Version: 2.2.2
Check: examples
Result: ERROR
Running examples in ‘NetworkComparisonTest-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: NCT
> ### Title: NetworkComparisonTest: Statistical Comparison of Two Networks
> ### Based on Several Invariance Measures
> ### Aliases: NCT NetworkComparisonTest
>
> ### ** Examples
>
> library(IsingSampler)
Loading required package: Rcpp
> library(IsingFit)
> library(bootnet)
Error in library(bootnet) : there is no package called ‘bootnet’
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.2.2
Check: examples
Result: ERROR
Running examples in ‘NetworkComparisonTest-Ex.R’ failed
The error most likely occurred in:
> ### Name: NCT
> ### Title: NetworkComparisonTest: Statistical Comparison of Two Networks
> ### Based on Several Invariance Measures
> ### Aliases: NCT NetworkComparisonTest
>
> ### ** Examples
>
> library(IsingSampler)
Loading required package: Rcpp
> library(IsingFit)
> library(bootnet)
Error in library(bootnet) : there is no package called ‘bootnet’
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.2.2
Check: examples
Result: ERROR
Running examples in 'NetworkComparisonTest-Ex.R' failed
The error most likely occurred in:
> ### Name: NCT
> ### Title: NetworkComparisonTest: Statistical Comparison of Two Networks
> ### Based on Several Invariance Measures
> ### Aliases: NCT NetworkComparisonTest
>
> ### ** Examples
>
> library(IsingSampler)
Loading required package: Rcpp
> library(IsingFit)
> library(bootnet)
Loading required package: ggplot2
Error: package or namespace load failed for 'bootnet':
object 'id' is not exported by 'namespace:dplyr'
Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 2.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(NetworkComparisonTest)
>
> test_check("NetworkComparisonTest")
Saving _problems/test-NCT-4.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-NCT.R:4:3'): (code run outside of `test_that()`) ───────────────
Error: package or namespace load failed for 'bootnet':
object 'id' is not exported by 'namespace:dplyr'
Backtrace:
▆
1. ├─base::suppressPackageStartupMessages(...) at test-NCT.R:1:1
2. │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
3. └─base::library(bootnet) at test-NCT.R:4:3
4. └─base::tryCatch(...)
5. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
7. └─value[[3L]](cond)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(NetworkComparisonTest)
>
> test_check("NetworkComparisonTest")
Saving _problems/test-NCT-4.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-NCT.R:4:3'): (code run outside of `test_that()`) ───────────────
Error: package or namespace load failed for 'bootnet':
object 'id' is not exported by 'namespace:dplyr'
Backtrace:
▆
1. ├─base::suppressPackageStartupMessages(...) at test-NCT.R:1:1
2. │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
3. └─base::library(bootnet) at test-NCT.R:4:3
4. └─base::tryCatch(...)
5. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
7. └─value[[3L]](cond)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.