Last updated on 2020-12-02 06:46:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.2 | 20.28 | 141.72 | 162.00 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.7.2 | 13.00 | 107.92 | 120.92 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.7.2 | 195.38 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.2 | 189.15 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.7.2 | 28.00 | 126.00 | 154.00 | ERROR | |
r-patched-linux-x86_64 | 0.7.2 | 14.55 | 140.62 | 155.17 | OK | |
r-patched-solaris-x86 | 0.7.2 | 269.40 | OK | |||
r-release-linux-x86_64 | 0.7.2 | 14.94 | 142.20 | 157.14 | OK | |
r-release-macos-x86_64 | 0.7.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.7.2 | 29.00 | 138.00 | 167.00 | OK | |
r-oldrel-macos-x86_64 | 0.7.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.7.2 | 20.00 | 166.00 | 186.00 | OK |
Version: 0.7.2
Check: examples
Result: ERROR
Running examples in 'logmult-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.assoc
> ### Title: Plotting Scores from Association Models
> ### Aliases: plot.assoc plot.rc plot.rc.symm plot.hmskew plot.yrcskew
> ### plot.rcL plot.rcL.symm plot.hmskewL
>
> ### ** Examples
>
> ## Wong (2010), Figures 2.2 and 2.3 (p. 50-51)
> data(gss8590)
>
> ## Not run:
> ##D model <- rc(margin.table(gss8590[,,c(2,4)], 1:2),
> ##D nd=2, weighting="none", se="jackknife")
> ##D plot(model, what="row", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D plot(model, what="col", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D
> ## End(Not run)
>
> ## Wong (2010), Figures 4.1 and 4.2 (p. 108-109)
> data(gss7590)
> model <- rcL(gss7590, nd=2, weighting="none")
Initialising
Running start-up iterations..
Running main iterations.........................................................
..............
Done
Error in getS3method("assoc", class(model)) :
length(class) == 1L is not TRUE
Calls: rcL -> getS3method -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.7.2
Check: examples
Result: ERROR
Running examples in ‘logmult-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.assoc
> ### Title: Plotting Scores from Association Models
> ### Aliases: plot.assoc plot.rc plot.rc.symm plot.hmskew plot.yrcskew
> ### plot.rcL plot.rcL.symm plot.hmskewL
>
> ### ** Examples
>
> ## Wong (2010), Figures 2.2 and 2.3 (p. 50-51)
> data(gss8590)
>
> ## Not run:
> ##D model <- rc(margin.table(gss8590[,,c(2,4)], 1:2),
> ##D nd=2, weighting="none", se="jackknife")
> ##D plot(model, what="row", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D plot(model, what="col", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D
> ## End(Not run)
>
> ## Wong (2010), Figures 4.1 and 4.2 (p. 108-109)
> data(gss7590)
> model <- rcL(gss7590, nd=2, weighting="none")
Initialising
Running start-up iterations..
Running main iterations.........................................................
......
Done
Error in getS3method("assoc", class(model)) :
length(class) == 1L is not TRUE
Calls: rcL -> getS3method -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.2
Check: examples
Result: ERROR
Running examples in ‘logmult-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.assoc
> ### Title: Plotting Scores from Association Models
> ### Aliases: plot.assoc plot.rc plot.rc.symm plot.hmskew plot.yrcskew
> ### plot.rcL plot.rcL.symm plot.hmskewL
>
> ### ** Examples
>
> ## Wong (2010), Figures 2.2 and 2.3 (p. 50-51)
> data(gss8590)
>
> ## Not run:
> ##D model <- rc(margin.table(gss8590[,,c(2,4)], 1:2),
> ##D nd=2, weighting="none", se="jackknife")
> ##D plot(model, what="row", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D plot(model, what="col", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D
> ## End(Not run)
>
> ## Wong (2010), Figures 4.1 and 4.2 (p. 108-109)
> data(gss7590)
> model <- rcL(gss7590, nd=2, weighting="none")
Initialising
Running start-up iterations..
Running main iterations.........................................................
..............
Done
Error in getS3method("assoc", class(model)) :
length(class) == 1L is not TRUE
Calls: rcL -> getS3method -> stopifnot
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.7.2
Check: examples
Result: ERROR
Running examples in 'logmult-Ex.R' failed
The error most likely occurred in:
> ### Name: plot.assoc
> ### Title: Plotting Scores from Association Models
> ### Aliases: plot.assoc plot.rc plot.rc.symm plot.hmskew plot.yrcskew
> ### plot.rcL plot.rcL.symm plot.hmskewL
>
> ### ** Examples
>
> ## Wong (2010), Figures 2.2 and 2.3 (p. 50-51)
> data(gss8590)
>
> ## Not run:
> ##D model <- rc(margin.table(gss8590[,,c(2,4)], 1:2),
> ##D nd=2, weighting="none", se="jackknife")
> ##D plot(model, what="row", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D plot(model, what="col", rev.axes=c(TRUE, FALSE), conf.int=0.95)
> ##D
> ## End(Not run)
>
> ## Wong (2010), Figures 4.1 and 4.2 (p. 108-109)
> data(gss7590)
> model <- rcL(gss7590, nd=2, weighting="none")
Initialising
Running start-up iterations..
Running main iterations.........................................................
...........
Done
Error in getS3method("assoc", class(model)) :
length(class) == 1L is not TRUE
Calls: rcL -> getS3method -> stopifnot
Execution halted
Flavor: r-devel-windows-ix86+x86_64