Last updated on 2025-12-07 07:50:39 CET.
| Package | ERROR | OK |
|---|---|---|
| mcmodule | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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