Last updated on 2026-07-07 01:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 6.3-1 | 16.92 | 153.02 | 169.94 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 6.3-1 | 11.49 | 98.99 | 110.48 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 6.3-1 | 32.00 | 260.16 | 292.16 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 6.3-1 | 31.00 | 275.99 | 306.99 | OK | |
| r-devel-windows-x86_64 | 6.3-1 | 21.00 | 148.00 | 169.00 | OK | |
| r-patched-linux-x86_64 | 6.3-1 | 16.85 | 148.02 | 164.87 | OK | |
| r-release-linux-x86_64 | 6.3-1 | 17.29 | 147.73 | 165.02 | 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 | 19.00 | 145.00 | 164.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 | 28.00 | 200.00 | 228.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
> ### Title: Plot "mlma" Object
> ### Aliases: plot.mlma
> ### Keywords: plot
>
> ### ** Examples
>
> data(sim.211)
> data1<-data.org(x=sim.211$x, m=sim.211$m,
+ f01y=list(1,c("x","log(x^2)")), 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<-mlma(y=sim.211$y, data1)
boundary (singular) fit: see help('isSingular')
> plot(temp1)
> plot(temp1,var="m.1")
> plot(temp1,var="m.3")
> #plot(temp1,var="m.4")
>
> data(sim.111)
> data2<-data.org(sim.111$x, m=sim.111$m,
+ f10y=list(1,c("x^2","sqrt(x+6)")),
+ f20ky=list(2,c("x","x^3")),
+ f10km=list(matrix(c(2,1),1),"log(x+2)"), level=sim.111$level)
> temp2<-mlma(y=sim.111$y, data1=data2)
boundary (singular) fit: see help('isSingular')
Error: Downdated VtV is not positive definite
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc