Last updated on 2025-12-05 19:49:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 8.69 | 97.71 | 106.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 5.94 | 45.29 | 51.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 64.00 | 115.60 | 179.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 46.00 | 139.95 | 185.95 | OK | |
| r-devel-windows-x86_64 | 0.1.3 | 10.00 | 118.00 | 128.00 | OK | |
| r-patched-linux-x86_64 | 0.1.3 | 8.50 | 88.24 | 96.74 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 7.08 | 90.93 | 98.01 | OK | |
| r-release-macos-arm64 | 0.1.3 | OK | ||||
| r-release-macos-x86_64 | 0.1.3 | 9.00 | 119.00 | 128.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 10.00 | 114.00 | 124.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.3 | 7.00 | 156.00 | 163.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 10.00 | 141.00 | 151.00 | OK |
Version: 0.1.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'aRtsy', 'gridpattern', 'knitr', 'rgl', 'rmarkdown'
VignetteBuilder packages required for checking but not installed:
'knitr', 'rmarkdown'
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘affiner-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: isocubeGrob
> ### Title: Isometric cube grob
> ### Aliases: isocubeGrob grid.isocube
>
> ### ** Examples
>
> if (require("grid") &&
+ getRversion() >= "4.2.0" &&
+ isTRUE(dev.capabilities()$transformations)) {
+ # Only works if active graphics device supports affine transformations
+ # such as `png(type="cairo")` on R 4.2+
+ grid.newpage()
+ gp_text <- gpar(fontsize = 72)
+ grid.isocube(top = textGrob("top", gp = gp_text),
+ right = textGrob("right", gp = gp_text),
+ left = textGrob("left", gp = gp_text))
+ }
Loading required package: grid
> if (require("grid") &&
+ getRversion() >= "4.2.0" &&
+ isTRUE(dev.capabilities()$transformations)) {
+ colors <- c("#D55E00", "#009E73", "#56B4E9")
+ spacings <- c(0.25, 0.2, 0.25)
+ texts <- c("pkgname", "left\nface", "right\nface")
+ rots <- c(45, 0, 0)
+ fontsizes <- c(52, 80, 80)
+ sides <- c("top", "left", "right")
+ types <- gridpattern::names_polygon_tiling[c(5, 7, 9)]
+ l_grobs <- list()
+ grid.newpage()
+ for (i in 1:3) {
+ if (requireNamespace("gridpattern", quietly = TRUE)) {
+ bg <- gridpattern::grid.pattern_polygon_tiling(
+ colour = "grey80",
+ fill = c(colors[i], "white"),
+ type = types[i],
+ spacing = spacings[i],
+ draw = FALSE)
+ } else {
+ bg <- rectGrob(gp = gpar(col = NA, fill = colors[i]))
+ }
+ text <- textGrob(texts[i], rot = rots[i],
+ gp = gpar(fontsize = fontsizes[i]))
+ l_grobs[[sides[i]]] <- grobTree(bg, text)
+ }
+ grid.newpage()
+ grid.isocube(top = l_grobs$top,
+ right = l_grobs$right,
+ left = l_grobs$left)
+ }
Error in loadNamespace(x) : there is no package called ‘gridpattern’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc