CRAN Package Check Results for Package ggside

Last updated on 2025-11-14 19:49:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 14.87 228.68 243.55 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 9.19 263.18 272.37 WARN
r-devel-linux-x86_64-fedora-clang 0.4.0 28.00 488.03 516.03 WARN
r-devel-linux-x86_64-fedora-gcc 0.4.0 28.00 590.32 618.32 WARN
r-devel-windows-x86_64 0.4.0 18.00 205.00 223.00 OK
r-patched-linux-x86_64 0.4.0 15.10 217.87 232.97 OK
r-release-linux-x86_64 0.4.0 11.51 217.47 228.98 OK
r-release-macos-arm64 0.4.0 7.00 92.00 99.00 OK
r-release-macos-x86_64 0.4.0 12.00 213.00 225.00 OK
r-release-windows-x86_64 0.4.0 17.00 204.00 221.00 OK
r-oldrel-macos-arm64 0.4.0 8.00 100.00 108.00 OK
r-oldrel-macos-x86_64 0.4.0 12.00 213.00 225.00 OK
r-oldrel-windows-x86_64 0.4.0 22.00 266.00 288.00 OK

Check Details

Version: 0.4.0
Check: for code/documentation mismatches
Result: WARN Codoc mismatches from Rd file 'geom_xsideabline.Rd': geom_xsideabline Code: function(mapping = NULL, data = NULL, stat = "identity", ..., slope, intercept, na.rm = FALSE, show.legend = NA, inherit.aes = FALSE) Docs: function(mapping = NULL, data = NULL, ..., slope, intercept, na.rm = FALSE, show.legend = NA) Argument names in code not in docs: stat inherit.aes Mismatches in argument names (first 3): Position: 3 Code: stat Docs: ... Position: 4 Code: ... Docs: slope Position: 5 Code: slope Docs: intercept geom_ysideabline Code: function(mapping = NULL, data = NULL, stat = "identity", ..., slope, intercept, na.rm = FALSE, show.legend = NA, inherit.aes = FALSE) Docs: function(mapping = NULL, data = NULL, ..., slope, intercept, na.rm = FALSE, show.legend = NA) Argument names in code not in docs: stat inherit.aes Mismatches in argument names (first 3): Position: 3 Code: stat Docs: ... Position: 4 Code: ... Docs: slope Position: 5 Code: slope Docs: intercept geom_xsidehline Code: function(mapping = NULL, data = NULL, stat = "identity", position = "identity", ..., yintercept, na.rm = FALSE, show.legend = NA, inherit.aes = FALSE) Docs: function(mapping = NULL, data = NULL, position = "identity", ..., yintercept, na.rm = FALSE, show.legend = NA) Argument names in code not in docs: stat inherit.aes Mismatches in argument names (first 3): Position: 3 Code: stat Docs: position Position: 4 Code: position Docs: ... Position: 5 Code: ... Docs: yintercept geom_ysidehline Code: function(mapping = NULL, data = NULL, stat = "identity", position = "identity", ..., yintercept, na.rm = FALSE, show.legend = NA, inherit.aes = FALSE) Docs: function(mapping = NULL, data = NULL, position = "identity", ..., yintercept, na.rm = FALSE, show.legend = NA) Argument names in code not in docs: stat inherit.aes Mismatches in argument names (first 3): Position: 3 Code: stat Docs: position Position: 4 Code: position Docs: ... Position: 5 Code: ... Docs: yintercept geom_xsidevline Code: function(mapping = NULL, data = NULL, stat = "identity", position = "identity", ..., xintercept, na.rm = FALSE, show.legend = NA, inherit.aes = FALSE) Docs: function(mapping = NULL, data = NULL, position = "identity", ..., xintercept, na.rm = FALSE, show.legend = NA) Argument names in code not in docs: stat inherit.aes Mismatches in argument names (first 3): Position: 3 Code: stat Docs: position Position: 4 Code: position Docs: ... Position: 5 Code: ... Docs: xintercept geom_ysidevline Code: function(mapping = NULL, data = NULL, stat = "identity", position = "identity", ..., xintercept, na.rm = FALSE, show.legend = NA, inherit.aes = FALSE) Docs: function(mapping = NULL, data = NULL, position = "identity", ..., xintercept, na.rm = FALSE, show.legend = NA) Argument names in code not in docs: stat inherit.aes Mismatches in argument names (first 3): Position: 3 Code: stat Docs: position Position: 4 Code: position Docs: ... Position: 5 Code: ... Docs: xintercept Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc