Last updated on 2024-09-19 06:50:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 7.88 | 78.69 | 86.57 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 5.83 | 54.55 | 60.38 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 143.22 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 142.21 | OK | |||
r-devel-windows-x86_64 | 1.3.0 | 9.00 | 109.00 | 118.00 | OK | |
r-patched-linux-x86_64 | 1.3.0 | 7.31 | 73.01 | 80.32 | OK | |
r-release-linux-x86_64 | 1.3.0 | 6.29 | 73.29 | 79.58 | OK | |
r-release-macos-arm64 | 1.3.0 | 45.00 | OK | |||
r-release-macos-x86_64 | 1.3.0 | 109.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 9.00 | 108.00 | 117.00 | OK | |
r-oldrel-macos-arm64 | 1.3.0 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.0 | 93.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.3.0 | 12.00 | 125.00 | 137.00 | OK |
Version: 1.3.0
Check: Rd cross-references
Result: NOTE
Undeclared package ‘embed’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘dials.Rmd’
...
> cp_vals <- cart_mod$cptable[, "CP"]
> cp_vals <- cp_vals[cart_mod$cptable[, "nsplit"] >
+ 0]
> mtcars_cp <- cost_complexity() %>% value_set(cp_vals)
When sourcing ‘dials.R’:
Error: Some values are not valid: 0.0974840733898344 and 1e-06.
Execution halted
‘dials.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64