- using R Under development (unstable) (2026-08-31 r90457 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-09-01 13:46:01 UTC
- checking for file 'cubble/DESCRIPTION' ... OK
- this is package 'cubble' version '1.0.0'
- package encoding: UTF-8
- 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 hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'cubble' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
'accessors.Rd' 'as-cubble.R' 'as_cubble.Rd' 'check-key.R'
'climate-data.Rd' 'covid.Rd' 'cubble-attrs.R' 'cubble-class.R'
'cubble-print.R' 'dplyr.R' 'dplyr.Rd' 'face-spatial-temporal.R'
'face.Rd' 'glyph.R' 'glyph.Rd' 'make_spatial_sf.Rd'
'make_temporal_tsibble.Rd' 'matching.R' 'matching.Rd' 'netcdf.R'
'sf.R' 'test-data.Rd' 'tsibble.R' 'tsibble.Rd' 'unfold.R' 'unfold.Rd'
- 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 ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [2s] OK
- checking whether startup messages can be suppressed ... [2s] 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 ... [10s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... 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 ... [1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking R/sysdata.rda ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [12s] ERROR
Running examples in 'cubble-Ex.R' failed
The error most likely occurred in:
> ### Name: geom_glyph
> ### Title: Create glyph map with ggplot2
> ### Aliases: geom_glyph geom_glyph_line geom_glyph_box
>
> ### ** Examples
>
> print_p <- GGally::print_if_interactive
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [80s] ERROR
Running 'testthat.R' [80s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(cubble)
Attaching package: 'cubble'
The following object is masked from 'package:stats':
filter
>
> test_check("cubble")
i More than 10,000 keys: only use the first key to test spatial &
temporal variables.
Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE
Loading required package: abind
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Saving _problems/test-glyph-10.R
Use OGC:CRS84 by default for distance calculation...
[ FAIL 1 | WARN 16 | SKIP 11 | PASS 0 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (11): 'test-as-cubble.R:1:1', 'test-check-key.R:1:1',
'test-checks.R:1:1', 'test-cubble-class.R:1:1', 'test-cubble-print.R:1:1',
'test-dplyr.R:1:1', 'test-face-spatial-temporal.R:1:1',
'test-matching.R:1:1', 'test-sf.R:1:1', 'test-tsibble.R:1:1',
'test-unfold.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-glyph.R:5:3'): geom_glyph x_scale and y_scale can be functions ──
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─ggplot2::ggplot(...) at test-glyph.R:5:3
2. └─base::loadNamespace(x)
3. └─base::namespaceImportFrom(...)
4. └─base::importIntoEnv(impenv, impnames, ns, impvars)
[ FAIL 1 | WARN 16 | SKIP 11 | PASS 0 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [62s] OK
- checking PDF version of manual ... [21s] OK
- checking HTML version of manual ... [2s] OK
- DONE
Status: 2 ERRORs, 1 NOTE