Last updated on 2025-10-06 12:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.11.5 | 10.05 | 107.22 | 117.27 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.11.5 | 6.14 | 77.08 | 83.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.11.5 | OK | ||||
r-devel-linux-x86_64-fedora-gcc | 0.11.5 | 219.00 | ERROR | |||
r-devel-windows-x86_64 | 0.11.5 | 14.00 | 146.00 | 160.00 | OK | |
r-patched-linux-x86_64 | 0.11.5 | 7.92 | 101.70 | 109.62 | OK | |
r-release-linux-x86_64 | 0.11.5 | 8.53 | 102.16 | 110.69 | OK | |
r-release-macos-arm64 | 0.11.5 | 103.00 | OK | |||
r-release-macos-x86_64 | 0.11.5 | 126.00 | OK | |||
r-release-windows-x86_64 | 0.11.5 | 11.00 | 144.00 | 155.00 | OK | |
r-oldrel-macos-arm64 | 0.11.5 | 82.00 | OK | |||
r-oldrel-macos-x86_64 | 0.11.5 | 113.00 | OK | |||
r-oldrel-windows-x86_64 | 0.11.5 | 16.00 | 175.00 | 191.00 | OK |
Version: 0.11.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [80s/233s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
>
> if (requireNamespace("testthat")) {
+ library(testthat)
+ library(learnr)
+
+ test_check("learnr")
+ }
Loading required namespace: testthat
[ FAIL 1 | WARN 1 | SKIP 18 | PASS 822 ]
══ Skipped tests (18) ══════════════════════════════════════════════════════════
• On CRAN (18): 'test-available-tutorials.R:17:3', 'test-evaluators.R:2:3',
'test-evaluators.R:92:3', 'test-evaluators.R:137:3',
'test-evaluators.R:179:3', 'test-evaluators.R:212:3',
'test-evaluators.R:244:3', 'test-evaluators.R:279:3',
'test-evaluators.R:363:3', 'test-exercise.R:367:3', 'test-exercise.R:1237:3',
'test-exercise.R:1377:3', 'test-exercise.R:1426:3', 'test-exercise.R:1444:3',
'test-exercise.R:1472:3', 'test-exercise.R:1535:3',
'test-shinytest2-aaa.R:2:1', 'test-shinytest2-hints.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-auto-complete.R:3:3'): R auto complete finds runif vars ──────
auto_complete_r("method not found") not equal to list().
Length mismatch: comparison on first 0 components
[ FAIL 1 | WARN 1 | SKIP 18 | PASS 822 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc