CRAN Package Check Results for Package ggpattern

Last updated on 2026-04-16 13:51:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 8.95 167.94 176.89 OK
r-devel-linux-x86_64-debian-gcc 1.3.1 6.35 112.82 119.17 OK
r-devel-linux-x86_64-fedora-clang 1.3.1 15.00 241.12 256.12 OK
r-devel-linux-x86_64-fedora-gcc 1.3.1 13.00 238.37 251.37 OK
r-devel-macos-arm64 1.3.1 2.00 43.00 45.00 OK
r-devel-windows-x86_64 1.3.1 13.00 161.00 174.00 OK
r-patched-linux-x86_64 1.3.1 8.98 155.10 164.08 OK
r-release-linux-x86_64 1.3.1 8.75 151.03 159.78 OK
r-release-macos-arm64 1.3.1 2.00 46.00 48.00 OK
r-release-macos-x86_64 1.3.1 7.00 173.00 180.00 OK
r-release-windows-x86_64 1.3.1 13.00 148.00 161.00 ERROR
r-oldrel-macos-arm64 1.3.1 2.00 49.00 51.00 OK
r-oldrel-macos-x86_64 1.3.1 7.00 188.00 195.00 OK
r-oldrel-windows-x86_64 1.3.1 17.00 208.00 225.00 OK

Check Details

Version: 1.3.1
Check: examples
Result: ERROR Running examples in 'ggpattern-Ex.R' failed The error most likely occurred in: > ### Name: scale_pattern_shape > ### Title: Scales for shapes, aka glyphs > ### Aliases: scale_pattern_shape scale_pattern_shape_discrete > ### scale_pattern_shape_ordinal scale_pattern_shape_continuous > > ### ** Examples > > if (require("ggplot2")) { + # 'pch' pattern example + gg <- ggplot(mtcars, aes(as.factor(cyl), mpg)) + + geom_violin_pattern(aes(fill = as.factor(cyl), + pattern_shape = as.factor(cyl)), + pattern = 'pch', + pattern_density = 0.3, + pattern_angle = 0, + colour = 'black' + ) + + theme_bw(18) + + theme(legend.position = 'none') + + scale_pattern_shape() + + labs( + title = "ggpattern::geom_violin_pattern()", + subtitle = "pattern = 'pch'" + ) + plot(gg) + } Loading required package: ggplot2 Flavor: r-release-windows-x86_64

Version: 1.3.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'developing-patterns.Rmd' using rmarkdown --- finished re-building 'developing-patterns.Rmd' --- re-building 'patterns-noise.Rmd' using rmarkdown --- finished re-building 'patterns-noise.Rmd' --- re-building 'patterns-points.Rmd' using rmarkdown --- re-building 'patterns-stripes.Rmd' using rmarkdown --- finished re-building 'patterns-stripes.Rmd' SUMMARY: processing the following file failed: 'patterns-points.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-release-windows-x86_64