Last updated on 2025-11-16 03:49:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 25.48 | 385.23 | 410.71 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 16.78 | 276.51 | 293.29 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 60.00 | 546.39 | 606.39 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 51.00 | 665.49 | 716.49 | WARN | |
| r-devel-windows-x86_64 | 1.0.0 | 30.00 | 366.00 | 396.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 33.66 | 370.22 | 403.88 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 26.41 | 399.95 | 426.36 | WARN | |
| r-release-macos-arm64 | 1.0.0 | 11.00 | 129.00 | 140.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 26.00 | 226.00 | 252.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 25.00 | 366.00 | 391.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 13.00 | 128.00 | 141.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0.0 | 28.00 | 262.00 | 290.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.0 | 39.00 | 473.00 | 512.00 | NOTE |
Version: 1.0.0
Check: for code/documentation mismatches
Result: WARN
Codoc mismatches from Rd file 'gf_lines.Rd':
gf_abline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
slope, intercept, color, linetype, linewidth, alpha,
xlab, ylab, title, subtitle, caption, stat =
"identity", show.legend = NA, show.help = NULL,
inherit = FALSE, environment = parent.frame())
Docs: function(object = NULL, gformula = NULL, data = NULL, ...,
slope, intercept, color, linetype, linewidth, alpha,
xlab, ylab, title, subtitle, caption, show.legend =
NA, show.help = NULL, inherit = FALSE, environment =
parent.frame())
Argument names in code not in docs:
stat
Mismatches in argument names (first 3):
Position: 16 Code: stat Docs: show.legend
Position: 17 Code: show.legend Docs: show.help
Position: 18 Code: show.help Docs: inherit
gf_hline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
yintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, stat = "identity",
position = "identity", show.legend = NA, show.help =
NULL, inherit = FALSE, environment = parent.frame())
Docs: function(object = NULL, gformula = NULL, data = NULL, ...,
yintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, position = "identity",
show.legend = NA, show.help = NULL, inherit = FALSE,
environment = parent.frame())
Argument names in code not in docs:
stat
Mismatches in argument names (first 3):
Position: 15 Code: stat Docs: position
Position: 16 Code: position Docs: show.legend
Position: 17 Code: show.legend Docs: show.help
gf_vline
Code: function(object = NULL, gformula = NULL, data = NULL, ...,
xintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, stat = "identity",
position = "identity", show.legend = NA, show.help =
NULL, inherit = FALSE, environment = parent.frame())
Docs: function(object = NULL, gformula = NULL, data = NULL, ...,
xintercept, color, linetype, linewidth, alpha, xlab,
ylab, title, subtitle, caption, position = "identity",
show.legend = NA, show.help = NULL, inherit = FALSE,
environment = parent.frame())
Argument names in code not in docs:
stat
Mismatches in argument names (first 3):
Position: 15 Code: stat Docs: position
Position: 16 Code: position Docs: show.legend
Position: 17 Code: show.legend Docs: show.help
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-linux-x86_64
Version: 1.0.0
Check: installed package size
Result: NOTE
installed size is 9.5Mb
sub-directories of 1Mb or more:
R 2.0Mb
doc 2.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64