- using R Under development (unstable) (2026-06-05 r90111)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-06 14:49:24 UTC
- checking for file ‘gg1d/DESCRIPTION’ ... OK
- this is package ‘gg1d’ version ‘0.1.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘gg1d’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s/9s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [10s/12s] 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [18s/22s] OK
Running ‘testthat.R’ [18s/22s]
- checking PDF version of manual ... [3s/4s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR