Last updated on 2023-03-23 15:54:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 28.07 | 217.13 | 245.20 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 19.92 | 189.29 | 209.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 367.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 340.30 | OK | |||
r-patched-linux-x86_64 | 1.0.2 | 28.38 | 233.73 | 262.11 | OK | |
r-release-linux-x86_64 | 1.0.2 | 20.71 | 231.57 | 252.28 | OK | |
r-release-macos-arm64 | 1.0.2 | 93.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 116.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 128.00 | 398.00 | 526.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 92.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 113.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 54.00 | 289.00 | 343.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘noisemodel-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: exp_bor_ln
> ### Title: Exponential borderline label noise
> ### Aliases: exp_bor_ln exp_bor_ln.default exp_bor_ln.formula
>
> ### ** Examples
>
> # load the dataset
> data(iris2D)
>
> # usage of the default method
> set.seed(9)
> outdef <- exp_bor_ln(x = iris2D[,-ncol(iris2D)], y = iris2D[,ncol(iris2D)], level = 0.1)
Error in get.knnx(data = x[id_difclass, ], query = x[idx_noise[i], ], :
DLL requires the use of native symbols
Calls: exp_bor_ln -> exp_bor_ln.default -> bord_noise -> get.knnx
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang