CRAN Package Check Results for Package shinySbm

Last updated on 2026-06-26 18:51:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 21.67 176.06 197.73 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 14.37 125.96 140.33 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 36.00 296.82 332.82 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 34.00 291.04 325.04 OK
r-devel-windows-x86_64 0.2.0 25.00 163.00 188.00 OK
r-patched-linux-x86_64 0.2.0 17.98 156.48 174.46 OK
r-release-linux-x86_64 0.2.0 18.84 157.82 176.66 OK
r-release-macos-arm64 0.2.0 5.00 42.00 47.00 OK
r-release-macos-x86_64 0.2.0 14.00 176.00 190.00 OK
r-release-windows-x86_64 0.2.0 25.00 159.00 184.00 OK
r-oldrel-macos-arm64 0.2.0 5.00 42.00 47.00 OK
r-oldrel-macos-x86_64 0.2.0 15.00 147.00 162.00 OK
r-oldrel-windows-x86_64 0.2.0 32.00 199.00 231.00 OK

Check Details

Version: 0.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [14s/19s] 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(shinySbm) Loading required package: sbm > > test_check("shinySbm") Saving _problems/test-golem-recommended-49.R Loading required package: shiny [ FAIL 1 | WARN 0 | SKIP 1 | PASS 140 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-golem-recommended.R:43:5'): golem-config works ───────────────── Error in `config::get(value = value, config = config, file = file, use_parent = use_parent)`: Attempt to assign nested list value from expression. Only directly assigned values can be used in expressions. Original Error: * loadNamespace(x): there is no package called 'here' Backtrace: ▆ 1. ├─testthat::expect_false(...) at test-golem-recommended.R:43:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─shinySbm:::get_golem_config("app_prod", config = "dev", file = config_file) 5. └─config::get(value = value, config = config, file = file, use_parent = use_parent) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 140 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang