Last updated on 2025-12-07 11:50:20 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.6 | 37.62 | 710.13 | 747.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.6 | 26.61 | 62.16 | 88.77 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.6 | 71.00 | 1195.30 | 1266.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.6 | 55.00 | 1129.08 | 1184.08 | OK | |
| r-devel-windows-x86_64 | 0.4.6 | 47.00 | 694.00 | 741.00 | OK | |
| r-patched-linux-x86_64 | 0.4.6 | 38.63 | 706.73 | 745.36 | OK | |
| r-release-linux-x86_64 | 0.4.6 | 37.70 | 700.80 | 738.50 | OK | |
| r-release-macos-arm64 | 0.4.6 | OK | ||||
| r-release-macos-x86_64 | 0.4.6 | 20.00 | 840.00 | 860.00 | OK | |
| r-release-windows-x86_64 | 0.4.6 | 46.00 | 706.00 | 752.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.6 | 17.00 | 550.00 | 567.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.6 | 58.00 | 997.00 | 1055.00 | OK |
Version: 0.4.6
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'SuperLearner'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(methods)
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> library(microbenchmark)
> library(glmnet)
Loading required package: Matrix
Loaded glmnet 4.1-10
> library(SuperLearner)
Error in library(SuperLearner) :
there is no package called 'SuperLearner'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.6
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc