Last updated on 2026-06-07 14:51:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 6.15 | 93.80 | 99.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.60 | 67.38 | 71.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 11.00 | 143.12 | 154.12 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 10.00 | 138.52 | 148.52 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 8.00 | 98.00 | 106.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 4.99 | 88.38 | 93.37 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 5.62 | 87.55 | 93.17 | OK | |
| r-release-macos-arm64 | 0.1.0 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 5.00 | 92.00 | 97.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 10.00 | 98.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 3.00 | 71.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 11.00 | 126.00 | 137.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘gg1d-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gg1d_options
> ### Title: Visual Parameters for gg1d Plots
> ### Aliases: gg1d_options
>
> ### ** Examples
>
> path_gg1d <- system.file("example.csv", package = "gg1d")
> df <- read.csv(path_gg1d, header = TRUE, na.strings = "")
>
> # Create Basic Plot
> gg1d(df, col_id = "ID", col_sort = "Glasses")
── Running gg1d ────────────────────────────────────────────────────────────────
── Sorting
• Sorting X axis by: Glasses
• Order type: frequency
• Sort order: descending
! Categorical columns must have <= 6 unique values to be visualised. Columns with too many unique values: Date (19)
── Generating Plot
ℹ Found 7 plottable columns in data
✔ Plotting column Glasses
✔ Plotting column Age
✔ Plotting column Gender
✔ Plotting column EyeColour
✔ Plotting column Height
✔ Plotting column HairColour
✔ Plotting column WearingHat
! Skipping column WearingHat_tooltip
! Skipping column Date
ℹ Stacking plots vertically
ℹ Making plot interactive since `interactive = TRUE`
>
> # Configure plot gg1d_options()
> gg1d(
+ lazy_birdwatcher,
+ col_sort = "Magpies",
+ palettes = list(
+ Birdwatcher = c(Robert = "#E69F00", Catherine = "#999999"),
+ Day = c(Weekday = "#999999", Weekend = "#009E73")
+ ),
+ options = gg1d_options(
+ show_legend = TRUE,
+ fontsize_barplot_y_numbers = 12,
+ legend_text_size = 16,
+ legend_key_size = 1,
+ legend_nrow = 1,
+ )
+ )
── Running gg1d ────────────────────────────────────────────────────────────────
── Sorting
• Sorting X axis by: Magpies
• Order type: frequency
• Sort order: descending
── Generating Plot
ℹ Found 3 plottable columns in data
✔ Plotting column Magpies
✔ Plotting column Day
✔ Plotting column Birdwatcher
ℹ Stacking plots vertically
ℹ Making plot interactive since `interactive = TRUE`
Warning in file.create(to[okay]) :
cannot create file 'lib/girafe-binding-0.9.6/girafe.js', reason 'No space left on device'
Warning in dir.create(target_dir) :
cannot create dir 'lib/liberation-sans-0.5.1', reason 'No space left on device'
Error in normalizePath(target_dir, "/", TRUE) :
path[1]="lib/liberation-sans-0.5.1": No such file or directory
Calls: <Anonymous> ... lapply -> FUN -> copyDependencyToDir -> normalizePath
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
gg1d 4.515 0.167 5.267
Flavor: r-devel-linux-x86_64-debian-gcc