Last updated on 2026-05-11 18:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.5.2 | 7.84 | 129.95 | 137.79 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.5.2 | 5.63 | 97.71 | 103.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.5.2 | 14.00 | 290.67 | 304.67 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.5.2 | 14.00 | 399.53 | 413.53 | OK | |
| r-devel-windows-x86_64 | 2.5.2 | 12.00 | 139.00 | 151.00 | OK | |
| r-patched-linux-x86_64 | 2.5.2 | 8.29 | 119.67 | 127.96 | OK | |
| r-release-linux-x86_64 | 2.5.2 | 8.18 | 120.56 | 128.74 | OK | |
| r-release-macos-arm64 | 2.5.2 | 2.00 | 78.00 | 80.00 | OK | |
| r-release-macos-x86_64 | 2.5.2 | 5.00 | 232.00 | 237.00 | OK | |
| r-release-windows-x86_64 | 2.5.2 | 12.00 | 132.00 | 144.00 | OK | |
| r-oldrel-macos-arm64 | 2.5.2 | 2.00 | 76.00 | 78.00 | OK | |
| r-oldrel-macos-x86_64 | 2.5.2 | 5.00 | 246.00 | 251.00 | OK | |
| r-oldrel-windows-x86_64 | 2.5.2 | 15.00 | 165.00 | 180.00 | OK |
Version: 2.5.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [44s/30s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(devtools)
Loading required package: usethis
Attaching package: 'devtools'
The following object is masked from 'package:testthat':
test_file
>
> test_check("devtools")
Starting 2 test processes.
Saving _problems/test-vignettes-9.R
[ FAIL 1 | WARN 0 | SKIP 50 | PASS 63 ]
══ Skipped tests (50) ══════════════════════════════════════════════════════════
• On CRAN (49): 'test-build-manual.R:1:1', 'test-active.R:1:1',
'test-active.R:5:1', 'test-check-doc.R:1:1', 'test-check-doc.R:17:1',
'test-check-win.R:2:3', 'test-check-win.R:20:1', 'test-check-win.R:37:1',
'test-check.R:1:1', 'test-install.R:8:3', 'test-install.R:25:3',
'test-install.R:41:3', 'test-build-readme.R:2:3', 'test-build-readme.R:18:3',
'test-build-readme.R:41:3', 'test-build-readme.R:66:3',
'test-build-readme.R:93:1', 'test-build-readme.R:108:1',
'test-build-readme.R:115:1', 'test-build-readme.R:140:3',
'test-build-readme.R:156:3', 'test-pkgload.R:1:1', 'test-release.R:1:1',
'test-package.R:1:1', 'test-package.R:9:1', 'test-remotes.R:1:1',
'test-run-source.R:2:3', 'test-run-source.R:17:3', 'test-run-source.R:32:1',
'test-run-source.R:37:3', 'test-run-source.R:53:3', 'test-run-source.R:64:1',
'test-show-news.R:20:3', 'test-sitrep.R:1:1', 'test-sitrep.R:11:1',
'test-sitrep.R:22:1', 'test-sitrep.R:33:1', 'test-sitrep.R:44:1',
'test-sitrep.R:60:1', 'test-sitrep.R:76:1', 'test-sitrep.R:92:1',
'test-sitrep.R:109:1', 'test-sitrep.R:207:1', 'test-sitrep.R:221:3',
'test-test.R:63:1', 'test-test.R:93:1', 'test-test.R:116:1',
'test-vignettes.R:19:3', 'test-vignettes.R:66:1'
• interactive() is not TRUE (1): 'test-check-doc.R:34:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-vignettes.R:9:3'): Sweave vignettes copied into doc ────────────
<callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition>
Error: ! in callr subprocess.
Caused by error:
! Vignette re-building failed.
Backtrace:
▆
1. ├─base::suppressMessages(build_vignettes(pkg, quiet = TRUE)) at test-vignettes.R:9:3
2. │ └─base::withCallingHandlers(...)
3. └─devtools::build_vignettes(pkg, quiet = TRUE)
4. └─callr::r(...)
5. └─callr:::get_result(output = out, options)
6. └─throw(callr_remote_error(remerr, output), parent = fix_msg(remerr[[3]]))
[ FAIL 1 | WARN 0 | SKIP 50 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc