Last updated on 2025-05-31 13:50:15 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
bagged.outliertrees | 1 | 1 | 11 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
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