Last updated on 2018-11-24 00:51:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 3.97 | 42.10 | 46.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 3.46 | 26.85 | 30.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 47.08 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 42.25 | OK | |||
r-devel-windows-ix86+x86_64 | 1.3.0 | 7.00 | 53.00 | 60.00 | OK | |
r-patched-linux-x86_64 | 1.3.0 | 4.44 | 31.09 | 35.53 | ERROR | |
r-patched-solaris-x86 | 1.3.0 | 62.50 | OK | |||
r-release-linux-x86_64 | 1.3.0 | 2.89 | 30.95 | 33.84 | ERROR | |
r-release-windows-ix86+x86_64 | 1.3.0 | 8.00 | 45.00 | 53.00 | OK | |
r-release-osx-x86_64 | 1.3.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.0 | 4.00 | 61.00 | 65.00 | OK | |
r-oldrel-osx-x86_64 | 1.3.0 | OK |
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘boostmtree-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: boostmtree
> ### Title: Boosted multivariate trees for longitudinal data
> ### Aliases: boostmtree boostmtree
> ### Keywords: boosting
>
> ### ** Examples
>
> ##------------------------------------------------------------
> ## synthetic example
> ## 0.8 correlation, quadratic time with quadratic interaction
> ##-------------------------------------------------------------
> #simulate the data (use a small sample size for illustration)
> dta <- simLong(n = 50, N = 5, rho =.80, model = 2)$dtaL
>
> #basic boosting call (M set to a small value for illustration)
> boost.grow <- boostmtree(dta$features, dta$time, dta$id, dta$y, M = 20)
|
| | 0%
|
|==== | 5%
|
|======= | 10%
|
|========== | 15%
|
|============== | 20%
|
|================== | 25%
|
|===================== | 30%
|
|======================== | 35%
|
|============================ | 40%
|
|================================ | 45%
|
|=================================== | 50%
|
|====================================== | 55%
|
|========================================== | 60%
|
|============================================== | 65%
|
|================================================= | 70%
|
|==================================================== | 75%
|
|======================================================== | 80%Error in sendMaster(try(lapply(X = S, FUN = FUN, ...), silent = TRUE)) :
write error, closing pipe to the master
Calls: boostmtree -> papply -> lapply -> FUN -> sendMaster
Error in t.default(Xnew) : argument is not a matrix
Calls: boostmtree ... lapply -> FUN -> Reduce -> lapply -> FUN -> t -> t.default
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘boostmtree-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: boostmtree
> ### Title: Boosted multivariate trees for longitudinal data
> ### Aliases: boostmtree boostmtree
> ### Keywords: boosting
>
> ### ** Examples
>
> ##------------------------------------------------------------
> ## synthetic example
> ## 0.8 correlation, quadratic time with quadratic interaction
> ##-------------------------------------------------------------
> #simulate the data (use a small sample size for illustration)
> dta <- simLong(n = 50, N = 5, rho =.80, model = 2)$dtaL
>
> #basic boosting call (M set to a small value for illustration)
> boost.grow <- boostmtree(dta$features, dta$time, dta$id, dta$y, M = 20)
|
| | 0%
|
|==== | 5%
|
|======= | 10%
|
|========== | 15%
|
|============== | 20%
|
|================== | 25%
|
|===================== | 30%
|
|======================== | 35%
|
|============================ | 40%
|
|================================ | 45%
|
|=================================== | 50%
|
|====================================== | 55%
|
|========================================== | 60%
|
|============================================== | 65%
|
|================================================= | 70%
|
|==================================================== | 75%
|
|======================================================== | 80%Error in t.default(Xnew) : argument is not a matrix
Calls: boostmtree ... lapply -> FUN -> Reduce -> lapply -> FUN -> t -> t.default
Execution halted
Flavor: r-release-linux-x86_64