Last updated on 2024-10-31 07:49:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 7.63 | 73.05 | 80.68 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 5.76 | 51.50 | 57.26 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 130.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 126.58 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 8.00 | 84.00 | 92.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 6.30 | 68.05 | 74.35 | OK | |
r-release-linux-x86_64 | 1.0.0 | 7.17 | 68.67 | 75.84 | OK | |
r-release-macos-arm64 | 1.0.0 | 38.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.0 | 87.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 12.00 | 101.00 | 113.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 39.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.0 | 94.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 11.00 | 101.00 | 112.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘iccmult-Ex.R’ failed
The error most likely occurred in:
> ### Name: rccat
> ### Title: Generate Correlated Clustered Categorical Data
> ### Aliases: rccat
>
> ### ** Examples
>
> rccat(rho=0.2, prop=c(0.2, 0.3, 0.5), prvar=0, noc=5, csize=20, csvar=0.2)
cid y
1 1 2
2 1 3
3 1 2
4 1 2
5 1 3
6 1 1
7 1 3
8 1 3
9 1 3
10 1 3
11 1 3
12 1 3
13 1 2
14 1 3
15 1 3
16 1 3
17 1 1
18 2 2
19 2 2
20 2 3
21 2 3
22 2 2
23 2 3
24 2 3
25 2 2
26 2 2
27 2 2
28 2 2
29 2 3
30 2 2
31 2 2
32 2 2
33 2 2
34 2 2
35 2 2
36 2 1
37 2 2
38 2 3
39 2 3
40 3 2
41 3 2
42 3 3
43 3 3
44 3 3
45 3 3
46 3 3
47 3 3
48 3 3
49 3 2
50 3 1
51 3 3
52 3 1
53 3 3
54 3 3
55 3 3
56 3 3
57 3 3
58 3 2
59 3 3
60 3 3
61 3 3
62 3 2
63 4 3
64 4 3
65 4 3
66 4 3
67 4 2
68 4 3
69 4 1
70 4 3
71 4 2
72 4 3
73 4 3
74 4 3
75 4 3
76 4 3
77 4 3
78 4 1
79 4 3
80 5 2
81 5 2
82 5 3
83 5 3
84 5 2
85 5 2
86 5 3
87 5 3
88 5 1
89 5 3
90 5 3
91 5 3
92 5 3
93 5 3
94 5 3
95 5 3
96 5 3
97 5 2
98 5 2
99 5 3
100 5 3
101 5 3
> rccat(rho=0.1, prop=c(0.2, 0.4, 0.3, 0.1), prvar=0.10, noc=30, csize=40, csvar=0)
Error in rccat(rho = 0.1, prop = c(0.2, 0.4, 0.3, 0.1), prvar = 0.1, noc = 30, :
Categorical event rate probabilities must sum to 1.
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64