Last updated on 2026-06-07 14:51:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 4.06 | 41.27 | 45.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 3.06 | 30.61 | 33.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 70.73 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 71.52 | OK | |||
| r-devel-windows-x86_64 | 0.6.0 | 8.00 | 62.00 | 70.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 3.96 | 39.56 | 43.52 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 3.49 | 39.69 | 43.18 | OK | |
| r-release-macos-arm64 | 0.6.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 3.00 | 57.00 | 60.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 8.00 | 64.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.6.0 | 3.00 | 39.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 8.00 | 74.00 | 82.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘memery-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 <- "memery"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "memery-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('memery')
Loading required package: showtext
Loading required package: sysfonts
Loading required package: showtextdb
Error: package or namespace load failed for ‘showtext’:
.onLoad failed in loadNamespace() for 'showtext', details:
call: utils::unzip(font_file, exdir = out_dir, overwrite = FALSE)
error: cannot open file '/tmp/Rtmpc2mBgL/wqy-microhei.ttc': No space left on device
Error: package ‘showtext’ could not be loaded
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc