Last updated on 2026-06-08 13:50:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 27.61 | 69.12 | 96.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 19.13 | 28.88 | 48.01 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 41.00 | 105.65 | 146.65 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 58.00 | 110.87 | 168.87 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 38.00 | 101.00 | 139.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 26.46 | 62.79 | 89.25 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 26.77 | 62.68 | 89.45 | OK | |
| r-release-macos-arm64 | 1.1.0 | 6.00 | 21.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 18.00 | 148.00 | 166.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 38.00 | 102.00 | 140.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | 5.00 | 20.00 | 25.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.0 | 19.00 | 70.00 | 89.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 41.00 | 129.00 | 170.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘dann-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dann.recipe
> ### Title: Discriminant Adaptive Nearest Neighbor Classification
> ### Aliases: dann.recipe
>
> ### ** Examples
>
> library(dann)
> library(mlbench)
> library(magrittr)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(recipes)
Error in library(recipes) : there is no package called ‘recipes’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(mlbench)
> library(magrittr)
> library(dplyr)
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library(testthat)
Attaching package: 'testthat'
The following objects are masked from 'package:magrittr':
equals, is_less_than, not
> library(dann)
> library(recipes)
Error in library(recipes) : there is no package called 'recipes'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc