Last updated on 2026-06-07 04:52:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 2.73 | 31.62 | 34.35 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 2.16 | 24.23 | 26.39 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 52.71 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 5.00 | 62.26 | 67.26 | OK | |
| r-devel-windows-x86_64 | 1.0 | 5.00 | 51.00 | 56.00 | OK | |
| r-patched-linux-x86_64 | 1.0 | 2.64 | 29.47 | 32.11 | OK | |
| r-release-linux-x86_64 | 1.0 | 2.30 | 29.49 | 31.79 | OK | |
| r-release-macos-arm64 | 1.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 1.0 | 2.00 | 68.00 | 70.00 | OK | |
| r-release-windows-x86_64 | 1.0 | 5.00 | 51.00 | 56.00 | OK | |
| r-oldrel-macos-arm64 | 1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0 | 2.00 | 55.00 | 57.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0 | 5.00 | 59.00 | 64.00 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘timeLineGraphics-Ex.R’ failed
The error occurred in:
R Under development (unstable) (2026-06-05 r90111) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "timeLineGraphics"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "timeLineGraphics-Ex.timings", pos = 'CheckExEnv')
> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv'))
> base::assign(".format_ptime",
+ function(x) {
+ if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
+ if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
+ options(OutDec = '.')
+ format(x[1L:3L], digits = 7L)
+ },
+ pos = 'CheckExEnv')
>
> ### * </HEADER>
> library('timeLineGraphics')
Error: package or namespace load failed for ‘timeLineGraphics’:
.onLoad failed in loadNamespace() for 'R2HTML', details:
call: unzip(zipfile = file.path(lib, pkg, "output", "R2HTMLstuff.zip"),
error: cannot open file '/tmp/RtmpsJBIH2/SciViews.css': No space left on device
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc