Last updated on 2024-11-12 01:48:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.14.1 | 7.30 | 69.66 | 76.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.14.1 | 5.56 | 47.23 | 52.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.14.1 | 121.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.14.1 | 111.96 | NOTE | |||
r-devel-windows-x86_64 | 1.14.1 | 10.00 | 93.00 | 103.00 | NOTE | |
r-patched-linux-x86_64 | 1.14.1 | 8.56 | 63.87 | 72.43 | NOTE | |
r-release-linux-x86_64 | 1.14.1 | 6.36 | 65.03 | 71.39 | NOTE | |
r-release-macos-arm64 | 1.14.1 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 1.14.1 | 57.00 | NOTE | |||
r-release-windows-x86_64 | 1.14.1 | 10.00 | 92.00 | 102.00 | NOTE | |
r-oldrel-macos-arm64 | 1.14.1 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 1.14.1 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 1.14.1 | 10.00 | 107.00 | 117.00 | OK |
Version: 1.14.1
Check: Rd files
Result: NOTE
checkRd: (-1) getParamNr.Rd:15: Lost braces
15 | Default is code{FALSE}.}
| ^
checkRd: (-1) getRequirements.Rd:16: Lost braces
16 | code{TRUE}.}
| ^
checkRd: (-1) sampleValue.Rd:15: Lost braces; missing escapes or markup?
15 | Default is code {FALSE}.}
| ^
checkRd: (-1) sampleValues.Rd:18: Lost braces; missing escapes or markup?
18 | Default is code {FALSE}.}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.14.1
Check: tests
Result: ERROR
Running ‘run-all.R’ [13s/15s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> library(BBmisc)
Attaching package: 'BBmisc'
The following object is masked from 'package:base':
isFALSE
> library(ParamHelpers)
>
> test_check("ParamHelpers")
[ FAIL 1 | WARN 4 | SKIP 1 | PASS 1051 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_convertParamSetToIrace.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_plotEAF.R:27:3'): plotEAF works ────────────────────────────────
Error in `requirePackages("eaf", why = "plotEAF")`: For plotEAF please install the following packages: eaf
Backtrace:
▆
1. └─ParamHelpers::plotEAF(opt.paths) at test_plotEAF.R:27:3
2. └─BBmisc::requirePackages("eaf", why = "plotEAF")
3. └─BBmisc::stopf(...)
[ FAIL 1 | WARN 4 | SKIP 1 | PASS 1051 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc