The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-04-15 05:53:39 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_manual
> ### Title: Create your own discrete scale
> ### Aliases: scale_pattern_manual scale_pattern_type_manual
> ### scale_pattern_subtype_manual scale_pattern_angle_manual
> ### scale_pattern_density_manual scale_pattern_spacing_manual
> ### scale_pattern_xoffset_manual scale_pattern_yoffset_manual
> ### scale_pattern_alpha_manual scale_pattern_linetype_manual
> ### scale_pattern_size_manual scale_pattern_shape_manual
> ### scale_pattern_colour_manual scale_pattern_fill_manual
> ### scale_pattern_fill2_manual scale_pattern_aspect_ratio_manual
> ### scale_pattern_key_scale_factor_manual scale_pattern_filename_manual
> ### scale_pattern_filter_manual scale_pattern_gravity_manual
> ### scale_pattern_scale_manual scale_pattern_orientation_manual
> ### scale_pattern_phase_manual scale_pattern_frequency_manual
> ### scale_pattern_grid_manual scale_pattern_res_manual
> ### scale_pattern_rot_manual scale_pattern_units_manual
> ### scale_pattern_color_manual
>
> ### ** Examples
>
> if (require('ggplot2')) {
+ gg <- ggplot(mtcars) +
+ geom_density_pattern(
+ aes(
+ x = mpg,
+ pattern_fill = as.factor(cyl),
+ pattern_type = as.factor(cyl)
+ ),
+ pattern = 'polygon_tiling',
+ pattern_key_scale_factor = 1.2
+ ) +
+ scale_pattern_type_manual(values = c('hexagonal', 'rhombille',
+ 'pythagorean')) +
+ theme_bw(18) +
+ theme(legend.key.size = unit(2, 'cm')) +
+ labs(
+ title = 'ggpattern::geom_density_pattern()',
+ subtitle = 'pattern = \'polygon_tiling\''
+ )
+ 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-release-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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.