Last updated on 2026-05-09 09:50:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.12.1 | 122.49 | 83.48 | 205.97 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.12.1 | 109.56 | 129.46 | 239.02 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.12.1 | 133.00 | 313.99 | 446.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.12.1 | 289.00 | 351.23 | 640.23 | OK | |
| r-devel-windows-x86_64 | 0.12.1 | 138.00 | 416.00 | 554.00 | OK | |
| r-patched-linux-x86_64 | 0.12.1 | 140.27 | 180.44 | 320.71 | OK | |
| r-release-linux-x86_64 | 0.12.1 | 134.60 | 181.30 | 315.90 | OK | |
| r-release-macos-arm64 | 0.12.1 | 26.00 | 59.00 | 85.00 | OK | |
| r-release-macos-x86_64 | 0.12.1 | 88.00 | 291.00 | 379.00 | OK | |
| r-release-windows-x86_64 | 0.12.1 | 142.00 | 398.00 | 540.00 | OK | |
| r-oldrel-macos-arm64 | 0.12.1 | 27.00 | 64.00 | 91.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.12.1 | 93.00 | 332.00 | 425.00 | OK | |
| r-oldrel-windows-x86_64 | 0.12.1 | 166.00 | 467.00 | 633.00 | OK |
Version: 0.12.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘abalone-example.Rmd’ using rmarkdown
Quitting from abalone-example.Rmd:46-56 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `find.package()`:
! there is no package called 'AppliedPredictiveModeling'
---
Backtrace:
▆
1. └─utils::data(abalone, package = "AppliedPredictiveModeling")
2. └─base::find.package(package, lib.loc, verbose = verbose)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'abalone-example.Rmd' failed with diagnostics:
there is no package called 'AppliedPredictiveModeling'
--- failed re-building ‘abalone-example.Rmd’
--- re-building ‘bike-rental.Rmd’ using rmarkdown
--- finished re-building ‘bike-rental.Rmd’
SUMMARY: processing the following file failed:
‘abalone-example.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.12.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(vinereg)
>
> if (require(testthat)) test_check("vinereg")
Loading required package: testthat
Saving _problems/test-vinereg-58.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-vinereg.R:58:3'): works with fixed order ─────────────────────
Expected `summary(fit_auto$vine)` to equal `summary(fit_ord$vine)`.
Differences:
Component "parameters": Component 6: Mean relative difference: 3.674716e-08
Component "tau": Mean relative difference: 1.967448e-08
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64