Last updated on 2025-12-06 19:51:18 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 8.92 | 98.86 | 107.78 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 6.43 | 58.26 | 64.69 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 22.00 | 144.91 | 166.91 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 19.00 | 152.22 | 171.22 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 12.00 | 106.00 | 118.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 9.80 | 88.40 | 98.20 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 9.93 | 89.70 | 99.63 | OK | |
| r-release-macos-arm64 | 1.1.1 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 20.00 | 150.00 | 170.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 12.00 | 107.00 | 119.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.1 | 13.00 | 141.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 16.00 | 128.00 | 144.00 | OK |
Version: 1.1.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'visNetwork', 'bookdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
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(mcmodule)
Loading required package: mc2d
Loading required package: mvtnorm
Attaching package: 'mc2d'
The following objects are masked from 'package:base':
pmax, pmin
>
> test_check("mcmodule")
Saving _problems/test-mc_network-22.R
Saving _problems/test-mc_network-106.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 267 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mc_network.R:22:5'): mc_network works ──────────────────────────
Error in `mc_network(imports_mcmodule)`: This function needs 'visNetwork' and 'igraph' packages.
Install them using:
install.packages(c('visNetwork','igraph'))
Backtrace:
▆
1. └─mcmodule::mc_network(imports_mcmodule) at test-mc_network.R:22:5
── Failure ('test-mc_network.R:106:5'): combined nodes mc_network works ────────
Expected `mc_network(combined_module)` not to throw any errors.
Actually got a <simpleError> with message:
This function needs 'visNetwork' and 'igraph' packages.
Install them using:
install.packages(c('visNetwork','igraph'))
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 267 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc