Last updated on 2026-06-08 02:51:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.37 | 29.85 | 175.23 | 205.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.37 | 20.44 | 97.93 | 118.37 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.37 | 52.00 | 280.76 | 332.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.37 | 62.00 | 299.42 | 361.42 | OK | |
| r-devel-windows-x86_64 | 1.1.37 | 38.00 | 226.00 | 264.00 | OK | |
| r-patched-linux-x86_64 | 1.1.37 | 31.93 | 166.41 | 198.34 | OK | |
| r-release-linux-x86_64 | 1.1.37 | 31.42 | 167.88 | 199.30 | OK | |
| r-release-macos-arm64 | 1.1.37 | 7.00 | 49.00 | 56.00 | OK | |
| r-release-macos-x86_64 | 1.1.37 | 21.00 | 234.00 | 255.00 | OK | |
| r-release-windows-x86_64 | 1.1.37 | 38.00 | 219.00 | 257.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.37 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.37 | 21.00 | 282.00 | 303.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.37 | 45.00 | 283.00 | 328.00 | OK |
Version: 1.1.37
Check: examples
Result: ERROR
Running examples in ‘warbleR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: spectrograms
> ### Title: Spectrograms of selected signals
> ### Aliases: spectrograms
>
> ### ** Examples
>
> {
+ # load and save data
+ data(list = c("Phae.long1", "Phae.long2", "lbh_selec_table"))
+ writeWave(Phae.long1, file.path(tempdir(), "Phae.long1.wav")) # save sound files
+ writeWave(Phae.long2, file.path(tempdir(), "Phae.long2.wav"))
+
+ # make spectrograms
+ spectrograms(
+ X = lbh_selec_table, flim = c(0, 11), res = 300, mar = 0.05,
+ wl = 300, path = tempdir()
+ )
+
+ # check this folder
+ tempdir()
+ }
Error in plot.new() :
could not open file '/tmp/Rtmp06TuTG/Phae.long1.wav-1.jpeg'
Calls: spectrograms ... spectro_wrblr_int -> filled_contour_wrblr_int -> plot.new
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.37
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/RtmpXXVlnH/ltx373edb74760115/cross_correlation.tex': No space left on device
Error in file(out, "wt") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc