Last updated on 2026-07-19 09:49:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 6.3-1 | 16.06 | 155.01 | 171.07 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 6.3-1 | 13.00 | 104.26 | 117.26 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 6.3-1 | 31.00 | 243.75 | 274.75 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 6.3-1 | 12.00 | 104.89 | 116.89 | OK | |
| r-devel-windows-x86_64 | 6.3-1 | 19.00 | 148.00 | 167.00 | OK | |
| r-patched-linux-x86_64 | 6.3-1 | 16.50 | 142.09 | 158.59 | ERROR | |
| r-release-linux-x86_64 | 6.3-1 | 16.43 | 144.43 | 160.86 | OK | |
| r-release-macos-arm64 | 6.3-1 | 5.00 | 38.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 6.3-1 | 12.00 | 155.00 | 167.00 | OK | |
| r-release-windows-x86_64 | 6.3-1 | 17.00 | 139.00 | 156.00 | OK | |
| r-oldrel-macos-arm64 | 6.3-1 | OK | ||||
| r-oldrel-macos-x86_64 | 6.3-1 | 11.00 | 178.00 | 189.00 | OK | |
| r-oldrel-windows-x86_64 | 6.3-1 | 26.00 | 205.00 | 231.00 | OK |
Version: 6.3-1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Qingzhao Yu <qyu@lsuhsc.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Qingzhao",
family = "Yu",
role = c("aut", "cre"),
email = "qyu@lsuhsc.edu"),
person(given = "Bin",
family = "Li",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 6.3-1
Check: examples
Result: ERROR
Running examples in ‘mlma-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.mlma.boot
> ### Title: Plot the "mlma.boot" Object
> ### Aliases: plot.mlma.boot
> ### Keywords: plot
>
> ### ** Examples
>
> data(sim.211)
> data1<-data.org(x=ifelse(sim.211$x>2.2,1,0), m=sim.211$m,
+ f02ky=list(1,c("x","x^2")),
+ f20ky=list(2,c("x","x^3")), f01km2=list(matrix(c(1,1),1),c("x^1.2","x^2.3")),
+ f01km1=list(matrix(c(2,1),1),"sqrt(x)+3"),level=sim.211$level)
> temp1.boot<-boot.mlma(y=sim.211$y, data1=data1,boot=2)
boundary (singular) fit: see help('isSingular')
Warning in checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge with max|grad| = 0.0216302 (tol = 0.002, component 1)
See ?lme4::convergence and ?lme4::troubleshooting.
[1] 1
boundary (singular) fit: see help('isSingular')
Error: Downdated VtV is not positive definite
Execution halted
Flavor: r-patched-linux-x86_64