Last updated on 2026-04-29 21:49:23 CEST.
| Package | ERROR | OK |
|---|---|---|
| affiner | 13 | |
| argparse | 13 | |
| bittermelon | 13 | |
| bracer | 13 | |
| datetimeoffset | 13 | |
| findpython | 13 | |
| getopt | 13 | |
| ggpattern | 1 | 12 |
| gridpattern | 13 | |
| hexfont | 13 | |
| ledger | 13 | |
| oblicubes | 13 | |
| optparse | 13 | |
| piecepackr | 13 | |
| xmpdf | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13