Last updated on 2025-12-28 03:52:13 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| audubon | 1 | 12 | |
| gibasa | 3 | 10 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘audubon-Ex.R’ failed
The error most likely occurred in:
> ### Name: label_date_jp
> ### Title: Japanese date labeller for ggplot2
> ### Aliases: label_date_jp label_date_jp_gen
>
> ### ** Examples
>
> date_range <- function(start, days) {
+ start <- as.POSIXct(start)
+ c(start, start + days * 24 * 60 * 60)
+ }
> two_months <- date_range("2025-12-31", 60)
>
> label_date_jp(two_months)
[1] "令和7年12月31日" "令和8年3月1日"
> if (requireNamespace("scales", quietly = TRUE)) {
+ scales::demo_datetime(two_months, labels = label_date_jp_gen())
+ }
scale_x_datetime(labels = label_date_jp_gen())
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
conversion failure on '令和8年1月1日' in 'mbcsToSbcs': for 令 (U+4EE4)
Calls: <Anonymous> ... <Anonymous> -> heightDetails -> heightDetails.text -> grid.Call
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 3, OK: 10
Version: 1.1.2
Check: installed package size
Result: NOTE
installed size is 7.4Mb
sub-directories of 1Mb or more:
libs 7.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.1.2
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
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.
Health stats visible at Monitor.