Last updated on 2025-12-06 00:48:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.63 | 32.02 | 33.65 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.50 | 16.18 | 17.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 49.42 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 63.17 | OK | |||
| r-devel-windows-x86_64 | 0.2.0 | 4.00 | 51.00 | 55.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 2.01 | 27.91 | 29.92 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 1.68 | 29.06 | 30.74 | OK | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 3.00 | 50.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 2.00 | 108.00 | 110.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 3.00 | 60.00 | 63.00 | OK |
Version: 0.2.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'spelling', 'knitr', 'rmarkdown', 'shiny'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘featureflag-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: is_enabled.connect_group_feature_flag
> ### Title: Checks if the given connect group feature flag is enabled
> ### Aliases: is_enabled.connect_group_feature_flag
>
> ### ** Examples
>
> {
+ flag <- create_connect_group_feature_flag(c("group1"))
+
+ # Returns TRUE when the logged-in user belongs to at least one of the specified groups
+ mock_session <- shiny::MockShinySession$new()
+ mock_session$groups <- "group1"
+ shiny::withReactiveDomain(
+ domain = mock_session,
+ expr = is_enabled(flag)
+ )
+
+ # Returns FALSE if session$groups does not have any of the specified groups
+ mock_session <- shiny::MockShinySession$new()
+ mock_session$user <- "group2"
+ shiny::withReactiveDomain(
+ domain = mock_session,
+ expr = is_enabled(flag)
+ )
+ }
Error in loadNamespace(x) : there is no package called ‘shiny’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
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