Last updated on 2025-11-08 01:50:22 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1-37 | 33.76 | 281.84 | 315.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1-37 | 20.24 | 207.71 | 227.95 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1-37 | 113.00 | 391.49 | 504.49 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 0.1-37 | 74.00 | 401.41 | 475.41 | OK | |
| r-devel-windows-x86_64 | 0.1-37 | 35.00 | 297.00 | 332.00 | OK | |
| r-patched-linux-x86_64 | 0.1-37 | 34.05 | 296.20 | 330.25 | OK | |
| r-release-linux-x86_64 | 0.1-37 | 31.04 | 293.22 | 324.26 | OK | |
| r-release-macos-arm64 | 0.1-37 | 13.00 | 146.00 | 159.00 | OK | |
| r-release-macos-x86_64 | 0.1-37 | 25.00 | 258.00 | 283.00 | OK | |
| r-release-windows-x86_64 | 0.1-37 | 30.00 | 291.00 | 321.00 | OK | |
| r-oldrel-macos-arm64 | 0.1-37 | 12.00 | 112.00 | 124.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1-37 | 25.00 | 259.00 | 284.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1-37 | 44.00 | 391.00 | 435.00 | OK |
Version: 0.1-37
Check: for code/documentation mismatches
Result: WARN
Codoc mismatches from Rd file 'pfr_plot.gam.Rd':
plot.random.effect
Code: function(x, P = NULL, data = NULL, label = "", partial.resids =
FALSE, rug = TRUE, se = TRUE, scale = -1, n = 100, n2
= 40, n3 = 3, theta = 30, phi = 30, jit = FALSE, xlab
= NULL, ylab = NULL, main = NULL, ylim = NULL, xlim =
NULL, too.far = 0.1, shade.col = "gray80", shift = 0,
trans = I, by.resids = FALSE, scheme = 0, ...)
Docs: function(x, P = NULL, data = NULL, label = "", se1.mult = 1,
se2.mult = 2, partial.resids = FALSE, rug = TRUE, se =
TRUE, scale = -1, n = 100, n2 = 40, n3 = 3, theta =
30, phi = 30, jit = FALSE, xlab = NULL, ylab = NULL,
main = NULL, ylim = NULL, xlim = NULL, too.far = 0.1,
shade = FALSE, shade.col = "gray80", shift = 0, trans
= I, by.resids = FALSE, scheme = 0, ...)
Argument names in docs not in code:
se1.mult se2.mult shade
Mismatches in argument names (first 3):
Position: 5 Code: partial.resids Docs: se1.mult
Position: 6 Code: rug Docs: se2.mult
Position: 7 Code: se Docs: partial.resids
Flavor: r-devel-linux-x86_64-fedora-clang