Last updated on 2025-02-23 15:49:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1-8 | 16.63 | 62.92 | 79.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.1-8 | 11.24 | 46.82 | 58.06 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.1-8 | 127.10 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.1-8 | 130.47 | ERROR | |||
r-devel-macos-arm64 | 3.1-8 | 43.00 | NOTE | |||
r-devel-macos-x86_64 | 3.1-8 | 94.00 | NOTE | |||
r-devel-windows-x86_64 | 3.1-8 | 21.00 | 105.00 | 126.00 | NOTE | |
r-patched-linux-x86_64 | 3.1-8 | 14.92 | 58.30 | 73.22 | NOTE | |
r-release-linux-x86_64 | 3.1-8 | 15.91 | 59.16 | 75.07 | NOTE | |
r-release-macos-arm64 | 3.1-8 | 42.00 | NOTE | |||
r-release-macos-x86_64 | 3.1-8 | 61.00 | NOTE | |||
r-release-windows-x86_64 | 3.1-8 | 19.00 | 92.00 | 111.00 | NOTE | |
r-oldrel-macos-arm64 | 3.1-8 | 49.00 | NOTE | |||
r-oldrel-macos-x86_64 | 3.1-8 | 68.00 | NOTE | |||
r-oldrel-windows-x86_64 | 3.1-8 | 24.00 | 112.00 | 136.00 | NOTE |
Version: 3.1-8
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 3.1-8
Check: examples
Result: ERROR
Running examples in ‘RLRsim-Ex.R’ failed
The error most likely occurred in:
> ### Name: exactRLRT
> ### Title: Restricted Likelihood Ratio Tests for additive and linear mixed
> ### models
> ### Aliases: exactRLRT
> ### Keywords: htest
>
> ### ** Examples
>
>
> data(sleepstudy, package = "lme4")
> mA <- lme4::lmer(Reaction ~ I(Days-4.5) + (1|Subject) + (0 + I(Days-4.5)|Subject),
+ data = sleepstudy)
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
> m0 <- update(mA, . ~ . - (0 + I(Days-4.5)|Subject))
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, :
Model failed to converge with max|grad| = 1.97927 (tol = 0.002, component 1)
> m.slope <- update(mA, . ~ . - (1|Subject))
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
> #test for subject specific slopes:
> exactRLRT(m.slope, mA, m0)
Error in if (rlrt.obs != 0) { : missing value where TRUE/FALSE needed
Calls: exactRLRT
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.