Last updated on 2025-05-31 13:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.36 | 42.30 | 47.66 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.63 | 30.11 | 33.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 70.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 66.48 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 8.00 | 67.00 | 75.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 4.27 | 37.44 | 41.71 | OK | |
r-release-linux-x86_64 | 1.0.0 | 5.01 | 37.63 | 42.64 | OK | |
r-release-macos-arm64 | 1.0.0 | 38.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 51.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 7.00 | 69.00 | 76.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 8.00 | 83.00 | 91.00 | OK |
Version: 1.0.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Rafael Santos <rafael.jpsantos@outlook.com>’
The Description field contains
<arXiv:2001.00636>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘bagged.outliertrees-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: predict.bagged.outliertrees
> ### Title: Predict method for Bagged OutlierTrees
> ### Aliases: predict.bagged.outliertrees
>
> ### ** Examples
>
> library(bagged.outliertrees)
>
> ### example dataset with interesting outliers
> data(hypothyroid)
>
> ### fit a Bagged OutlierTrees model
> model <- bagged.outliertrees(hypothyroid,
+ ntrees = 10,
+ subsampling_rate = 0.5,
+ z_outlier = 6,
+ nthreads = 1
+ )
Error in serverSocket(port = port) :
creation of server socket failed: port 11166 cannot be opened
Calls: bagged.outliertrees -> <Anonymous> -> makePSOCKcluster -> serverSocket
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
bagged.outliertrees 0.415 0.046 6.276
Flavor: r-devel-linux-x86_64-debian-gcc