Last updated on 2026-04-16 00:51:31 CEST.
| Package | ERROR | OK |
|---|---|---|
| affiner | 14 | |
| argparse | 14 | |
| bittermelon | 14 | |
| bracer | 14 | |
| datetimeoffset | 14 | |
| findpython | 14 | |
| getopt | 14 | |
| ggpattern | 1 | 13 |
| gridpattern | 1 | 13 |
| hexfont | 14 | |
| ledger | 14 | |
| oblicubes | 14 | |
| optparse | 14 | |
| piecepackr | 14 | |
| xmpdf | 14 |
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
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
Current CRAN status: ERROR: 1, OK: 13
Version: 1.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("gridpattern")
>
> test_check("gridpattern")
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14