Last updated on 2026-09-04 12:51:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 11.54 | 271.05 | 282.59 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 7.94 | 183.95 | 191.89 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 8.00 | 176.70 | 184.70 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 9.00 | 194.71 | 203.71 | NOTE | |
| r-devel-windows-x86_64 | 1.0.0 | 14.00 | 248.00 | 262.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 11.54 | 256.11 | 267.65 | NOTE | |
| r-release-linux-x86_64 | 1.0.0 | 10.32 | 257.57 | 267.89 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | 3.00 | 63.00 | 66.00 | NOTE | |
| r-release-macos-x86_64 | 1.0.0 | 8.00 | 282.00 | 290.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 14.00 | 285.00 | 299.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 7.00 | 167.00 | 174.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.0 | 20.00 | 373.00 | 393.00 | NOTE |
Version: 1.0.0
Check: DESCRIPTION meta-information
Result: 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’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 1.0.0
Check: examples
Result: 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
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: tests
Result: 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
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: DESCRIPTION meta-information
Result: 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:
‘as-cubble.R’ ‘check-key.R’ ‘cubble-attrs.R’ ‘cubble-class.R’
‘cubble-print.R’ ‘dplyr.R’ ‘face-spatial-temporal.R’ ‘glyph.R’
‘matching.R’ ‘netcdf.R’ ‘sf.R’ ‘tsibble.R’ ‘unfold.R’
Flavor: r-oldrel-macos-x86_64