Last updated on 2026-07-27 01:51:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.7.0 | 21.95 | 176.31 | 198.26 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.7.0 | 17.71 | 133.06 | 150.77 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2.7.0 | 37.00 | 276.63 | 313.63 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.7.0 | 16.00 | 121.56 | 137.56 | NOTE | |
| r-devel-windows-x86_64 | 2.7.0 | 22.00 | 160.00 | 182.00 | ERROR | |
| r-patched-linux-x86_64 | 2.7.0 | 21.13 | 169.03 | 190.16 | OK | |
| r-release-linux-x86_64 | 2.7.0 | 23.11 | 167.67 | 190.78 | OK | |
| r-release-macos-arm64 | 2.7.0 | 4.00 | 41.00 | 45.00 | OK | |
| r-release-macos-x86_64 | 2.7.0 | 11.00 | 163.00 | 174.00 | OK | |
| r-release-windows-x86_64 | 2.7.0 | 20.00 | 166.00 | 186.00 | OK | |
| r-oldrel-macos-arm64 | 2.7.0 | 4.00 | 40.00 | 44.00 | OK | |
| r-oldrel-macos-x86_64 | 2.7.0 | 11.00 | 188.00 | 199.00 | OK | |
| r-oldrel-windows-x86_64 | 2.7.0 | 28.00 | 213.00 | 241.00 | OK |
Version: 2.7.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
shinystan/tests/testthat/data_for_retrieve_tests.R (.Names: 10, .Dim: 1, .Dimnames: 1)
'.Names' should be changed to 'names'.
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 2.7.0
Check: tests
Result: ERROR
Running 'testthat.R' [13s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(shinystan)
Loading required package: shiny
This is shinystan version 2.7.0
>
> test_check("shinystan")
Saving _problems/test_misc-2.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 125 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_creating_sso.R:197:3'
• {rstanarm} cannot be loaded (5): 'test_creating_sso.R:45:3',
'test_creating_sso.R:60:3', 'test_creating_sso.R:135:3',
'test_creating_sso.R:150:3', 'test_creating_sso.R:161:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_misc.R:2:1'): (code run outside of `test_that()`) ──────────────
Error: package or namespace load failed for 'rstanarm' in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/rstanarm/libs/x64/rstanarm.dll':
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden.
Backtrace:
▆
1. └─base::library(rstanarm) at test_misc.R:2:1
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 125 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64