Last updated on 2021-01-25 00:48:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 41.28 | 102.96 | 144.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 28.45 | 77.14 | 105.59 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 192.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 173.08 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0.0 | 104.00 | 153.00 | 257.00 | ERROR | |
r-patched-linux-x86_64 | 2.0.0 | 34.16 | 94.58 | 128.74 | OK | |
r-patched-solaris-x86 | 2.0.0 | 207.60 | OK | |||
r-release-linux-x86_64 | 2.0.0 | 35.59 | 94.08 | 129.67 | OK | |
r-release-macos-x86_64 | 2.0.0 | OK | ||||
r-release-windows-ix86+x86_64 | 2.0.0 | 102.00 | 184.00 | 286.00 | ERROR | |
r-oldrel-macos-x86_64 | 2.0.0 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 78.00 | 174.00 | 252.00 | ERROR |
Version: 2.0.0
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'iRF-Ex.R' failed
The error most likely occurred in:
> ### Name: readForest
> ### Title: Pass data through a fitted forest, record node characteristics
> ### [works for binary classification with continuous variables]
> ### Aliases: readForest
>
> ### ** Examples
>
> n = 50; p = 10
> X = array(rnorm(n*p), c(n, p))
> Y = (X[,1]>0.35 & X[,2]>0.35)|(X[,5]>0.35 & X[,7]>0.35)
> Y = as.factor(as.numeric(Y>0))
>
> train.id = 1:(n/2)
> test.id = setdiff(1:n, train.id)
>
> rf <- randomForest(x=X, y=Y, keep.forest=TRUE, track.nodes=TRUE,
+ ntree=100)
> rforest <- readForest(rfobj=rf, x=X, n.core=2)
> head(rforest$tree_info)
NULL
>
> # count number of leaf nodes with at least 5 observations
> sum(rforest$tree.info$size.node > 5)
[1] 284
>
>
>
>
> cleanEx()
Error: connections left open:
<-CRANwin.fb05.statistik.uni-dortmund.de:11591 (sockconn)
<-CRANwin.fb05.statistik.uni-dortmund.de:11591 (sockconn)
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 2.0.0
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'iRF-Ex.R' failed
The error most likely occurred in:
> ### Name: readForest
> ### Title: Pass data through a fitted forest, record node characteristics
> ### [works for binary classification with continuous variables]
> ### Aliases: readForest
>
> ### ** Examples
>
> n = 50; p = 10
> X = array(rnorm(n*p), c(n, p))
> Y = (X[,1]>0.35 & X[,2]>0.35)|(X[,5]>0.35 & X[,7]>0.35)
> Y = as.factor(as.numeric(Y>0))
>
> train.id = 1:(n/2)
> test.id = setdiff(1:n, train.id)
>
> rf <- randomForest(x=X, y=Y, keep.forest=TRUE, track.nodes=TRUE,
+ ntree=100)
> rforest <- readForest(rfobj=rf, x=X, n.core=2)
> head(rforest$tree_info)
NULL
>
> # count number of leaf nodes with at least 5 observations
> sum(rforest$tree.info$size.node > 5)
[1] 284
>
>
>
>
> cleanEx()
Error: connections left open:
<-CRANwin.fb05.statistik.uni-dortmund.de:11837 (sockconn)
<-CRANwin.fb05.statistik.uni-dortmund.de:11837 (sockconn)
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 2.0.0
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'iRF-Ex.R' failed
The error most likely occurred in:
> ### Name: readForest
> ### Title: Pass data through a fitted forest, record node characteristics
> ### [works for binary classification with continuous variables]
> ### Aliases: readForest
>
> ### ** Examples
>
> n = 50; p = 10
> X = array(rnorm(n*p), c(n, p))
> Y = (X[,1]>0.35 & X[,2]>0.35)|(X[,5]>0.35 & X[,7]>0.35)
> Y = as.factor(as.numeric(Y>0))
>
> train.id = 1:(n/2)
> test.id = setdiff(1:n, train.id)
>
> rf <- randomForest(x=X, y=Y, keep.forest=TRUE, track.nodes=TRUE,
+ ntree=100)
> rforest <- readForest(rfobj=rf, x=X, n.core=2)
> head(rforest$tree_info)
NULL
>
> # count number of leaf nodes with at least 5 observations
> sum(rforest$tree.info$size.node > 5)
[1] 284
>
>
>
>
> cleanEx()
Error: connections left open:
<-CRANwin.fb05.statistik.uni-dortmund.de:11825 (sockconn)
<-CRANwin.fb05.statistik.uni-dortmund.de:11825 (sockconn)
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 2.0.0
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'iRF-Ex.R' failed
The error most likely occurred in:
> ### Name: readForest
> ### Title: Pass data through a fitted forest, record node characteristics
> ### [works for binary classification with continuous variables]
> ### Aliases: readForest
>
> ### ** Examples
>
> n = 50; p = 10
> X = array(rnorm(n*p), c(n, p))
> Y = (X[,1]>0.35 & X[,2]>0.35)|(X[,5]>0.35 & X[,7]>0.35)
> Y = as.factor(as.numeric(Y>0))
>
> train.id = 1:(n/2)
> test.id = setdiff(1:n, train.id)
>
> rf <- randomForest(x=X, y=Y, keep.forest=TRUE, track.nodes=TRUE,
+ ntree=100)
> rforest <- readForest(rfobj=rf, x=X, n.core=2)
> head(rforest$tree_info)
NULL
>
> # count number of leaf nodes with at least 5 observations
> sum(rforest$tree.info$size.node > 5)
[1] 284
>
>
>
>
> cleanEx()
Error: connections left open:
<-CRANwin.fb05.statistik.uni-dortmund.de:11209 (sockconn)
<-CRANwin.fb05.statistik.uni-dortmund.de:11209 (sockconn)
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 2.0.0
Check: whether package can be installed
Result: FAIL
Flavor: r-oldrel-macos-x86_64
Version: 2.0.0
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'iRF-Ex.R' failed
The error most likely occurred in:
> ### Name: readForest
> ### Title: Pass data through a fitted forest, record node characteristics
> ### [works for binary classification with continuous variables]
> ### Aliases: readForest
>
> ### ** Examples
>
> n = 50; p = 10
> X = array(rnorm(n*p), c(n, p))
> Y = (X[,1]>0.35 & X[,2]>0.35)|(X[,5]>0.35 & X[,7]>0.35)
> Y = as.factor(as.numeric(Y>0))
>
> train.id = 1:(n/2)
> test.id = setdiff(1:n, train.id)
>
> rf <- randomForest(x=X, y=Y, keep.forest=TRUE, track.nodes=TRUE,
+ ntree=100)
> rforest <- readForest(rfobj=rf, x=X, n.core=2)
> head(rforest$tree_info)
NULL
>
> # count number of leaf nodes with at least 5 observations
> sum(rforest$tree.info$size.node > 5)
[1] 293
>
>
>
>
> cleanEx()
Error: connections left open:
<-CRANwin.fb05.statistik.uni-dortmund.de:11104 (sockconn)
<-CRANwin.fb05.statistik.uni-dortmund.de:11104 (sockconn)
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 2.0.0
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'iRF-Ex.R' failed
The error most likely occurred in:
> ### Name: readForest
> ### Title: Pass data through a fitted forest, record node characteristics
> ### [works for binary classification with continuous variables]
> ### Aliases: readForest
>
> ### ** Examples
>
> n = 50; p = 10
> X = array(rnorm(n*p), c(n, p))
> Y = (X[,1]>0.35 & X[,2]>0.35)|(X[,5]>0.35 & X[,7]>0.35)
> Y = as.factor(as.numeric(Y>0))
>
> train.id = 1:(n/2)
> test.id = setdiff(1:n, train.id)
>
> rf <- randomForest(x=X, y=Y, keep.forest=TRUE, track.nodes=TRUE,
+ ntree=100)
> rforest <- readForest(rfobj=rf, x=X, n.core=2)
> head(rforest$tree_info)
NULL
>
> # count number of leaf nodes with at least 5 observations
> sum(rforest$tree.info$size.node > 5)
[1] 284
>
>
>
>
> cleanEx()
Error: connections left open:
<-CRANwin.fb05.statistik.uni-dortmund.de:11116 (sockconn)
<-CRANwin.fb05.statistik.uni-dortmund.de:11116 (sockconn)
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64