Last updated on 2025-12-06 00:48:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 1.81 | 28.22 | 30.03 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.46 | 15.88 | 17.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 47.78 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 57.02 | OK | |||
| r-devel-windows-x86_64 | 1.1.1 | 5.00 | 48.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 1.74 | 24.50 | 26.24 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 1.79 | 25.66 | 27.45 | OK | |
| r-release-macos-arm64 | 1.1.1 | OK | ||||
| r-release-macos-x86_64 | 1.1.1 | 2.00 | 45.00 | 47.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 5.00 | 48.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 1.00 | 33.00 | 34.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 5.00 | 54.00 | 59.00 | OK |
Version: 1.1.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'shiny', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘reactlog-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: reactlog_module_ui
> ### Title: Reactlog Shiny Module
> ### Aliases: reactlog_module_ui reactlog_module_server
>
> ### ** Examples
>
> if (!require("shiny")) {
+ message("`shiny` required to run example")
+ return()
+ }
Loading required package: shiny
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘shiny’
`shiny` required to run example
Error: no function to return from, jumping to top level
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(reactlog)
>
> test_check("reactlog")
Saving _problems/test-shiny_module-23.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-shiny_module.R:21:3'): iframe is displayed immediately ─────────
Error in `value[[3L]](cond)`: unused argument (cond)
Backtrace:
▆
1. └─reactlog:::test_shiny_version() at test-shiny_module.R:21:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
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