Last updated on 2020-01-20 01:50:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8-34 | 12.28 | 94.07 | 106.35 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8-34 | 12.32 | 72.88 | 85.20 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8-34 | 129.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8-34 | 126.44 | OK | |||
r-devel-windows-ix86+x86_64 | 0.8-34 | 35.00 | 194.00 | 229.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.8-34 | 23.00 | 179.00 | 202.00 | ERROR | |
r-patched-linux-x86_64 | 0.8-34 | 10.68 | 84.20 | 94.88 | OK | |
r-patched-solaris-x86 | 0.8-34 | 163.00 | OK | |||
r-release-linux-x86_64 | 0.8-34 | 11.16 | 84.59 | 95.75 | OK | |
r-release-windows-ix86+x86_64 | 0.8-34 | 33.00 | 128.00 | 161.00 | OK | |
r-release-osx-x86_64 | 0.8-34 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.8-34 | 15.00 | 169.00 | 184.00 | OK | |
r-oldrel-osx-x86_64 | 0.8-34 | OK |
Version: 0.8-34
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'prefmod-Ex.R' failed
The error most likely occurred in:
> ### Name: pattRrep.fit
> ### Title: Function to fit a pattern model for repeated rankings)
> ### Aliases: pattRrep.fit
> ### Keywords: models multivariate
>
> ### ** Examples
>
> # simulated data: 3 items, 2 timepoints
> dat1 <- simR(3, 100, c(.2, .7, .1))
> dat2 <- simR(3, 100, c(.5, .4, .1))
> dat <- data.frame(dat1, dat2)
> res <- pattLrep.fit(dat, nitems = 3, tpoints = 2, iaT = TRUE)
> res
Results of pattern model for repeated ratings
Call:
pattLrep.fit(obj = dat, nitems = 3, tpoints = 2, iaT = TRUE)
Deviance: 136.257
log likelihood: -241.0372
no of iterations: 41 (Code: 1 )
Error in solve.default(obj$hessian) :
Lapack routine dgesv: system is exactly singular: U[6,6] = 0
Calls: <Anonymous> -> print.pattMod -> diag -> solve -> solve.default
Execution halted
Flavor: r-devel-windows-ix86+x86_64-gcc8