Last updated on 2026-06-08 13:50:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 4.85 | 70.60 | 75.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 3.93 | 44.26 | 48.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 8.00 | 108.98 | 116.98 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 9.00 | 131.99 | 140.99 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 8.00 | 112.00 | 120.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 5.40 | 64.40 | 69.80 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 4.84 | 64.14 | 68.98 | OK | |
| r-release-macos-arm64 | 1.3.0 | 1.00 | 24.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 4.00 | 93.00 | 97.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 10.00 | 111.00 | 121.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | 1.00 | 31.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.0 | 4.00 | 91.00 | 95.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 9.00 | 122.00 | 131.00 | OK |
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘r2rtf-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rtf_encode
> ### Title: Render to RTF Encoding
> ### Aliases: rtf_encode
>
> ### ** Examples
>
>
> library(dplyr) # required to run examples
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
>
> # Example 1
> head(iris) %>%
+ rtf_body() %>%
+ rtf_encode() %>%
+ write_rtf(file = file.path(tempdir(), "table1.rtf"))
Warning in file(file, ifelse(append, "a", "w")) :
cannot open file '/tmp/RtmpjykEqa/table1.rtf': No space left on device
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
Calls: %>% -> write_rtf -> write -> cat -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX ..Warning in file(out, "wt") :
cannot open file '/tmp/Rtmp7BR8kX/ltx105f4070b1b448/utf8Tortf.tex': No space left on device
Error in file(out, "wt") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc