Last updated on 2025-02-17 07:50:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 7.86 | 66.15 | 74.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 6.49 | 48.48 | 54.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 133.20 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 116.35 | ERROR | |||
r-devel-macos-arm64 | 1.0 | 36.00 | OK | |||
r-devel-macos-x86_64 | 1.0 | 70.00 | OK | |||
r-devel-windows-x86_64 | 1.0 | 9.00 | 81.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 8.34 | 61.68 | 70.02 | OK | |
r-release-linux-x86_64 | 1.0 | 7.15 | 61.78 | 68.93 | OK | |
r-release-macos-arm64 | 1.0 | 39.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 70.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 8.00 | 80.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 11.00 | 92.00 | 103.00 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘MixRF-Ex.R’ failed
The error most likely occurred in:
> ### Name: MixRF
> ### Title: Mixed Random Forest
> ### Aliases: MixRF
>
> ### ** Examples
>
>
> data(sleepstudy)
>
> tmp = MixRF(Y = sleepstudy$Reaction, X = as.data.frame(sleepstudy$Days),
+ random = "(Days|Subject)", data = sleepstudy, initialRandomEffects = 0,
+ ErrorTolerance = 0.01, MaxIterations = 100)
Warning in optwrap(optimizer, devfun, getStart(start, rho$pp), lower = rho$lower, :
convergence code -2 from nloptwrap: NLOPT_INVALID_ARGS: Invalid arguments (e.g. lower bounds are bigger than upper bounds, an unknown algorithm was specified, etcetera).
Warning in checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
unable to evaluate scaled gradient
Warning in checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge: degenerate Hessian with 1 negative eigenvalues
Error in while (ContinueCondition) { :
missing value where TRUE/FALSE needed
Calls: MixRF
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc