Last updated on 2022-05-23 12:55:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.27 | 53.14 | 244.69 | 297.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.27 | 39.79 | 176.31 | 216.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.27 | 349.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.27 | 330.21 | NOTE | |||
r-devel-windows-x86_64 | 1.1.27 | 118.00 | 306.00 | 424.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.27 | 54.32 | 233.47 | 287.79 | OK | |
r-release-linux-x86_64 | 1.1.27 | OK | ||||
r-release-macos-arm64 | 1.1.27 | 98.00 | NOTE | |||
r-release-macos-x86_64 | 1.1.27 | 135.00 | ERROR | |||
r-release-windows-x86_64 | 1.1.27 | 126.00 | 314.00 | 440.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1.27 | 102.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.27 | 115.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 1.1.27 | 97.00 | 373.00 | 470.00 | NOTE |
Version: 1.1.27
Check: installed package size
Result: NOTE
installed size is 8.4Mb
sub-directories of 1Mb or more:
R 1.2Mb
doc 6.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.27
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘stringi’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.1.27
Check: examples
Result: ERROR
Running examples in ‘warbleR-Ex.R’ failed
The error most likely occurred in:
> ### Name: image_to_wave
> ### Title: Convert images into wave objects
> ### Aliases: image_to_wave
>
> ### ** Examples
>
> {
+ ### create image with text to use in the spectrogram
+ # remove margins of plot
+ par(mar = rep(0, 4))
+
+ # empty plot
+ plot(0, type='n',axes = FALSE, ann = FALSE, xlim = c(0, 1), ylim = c(0, 1))
+
+ # text to include
+ text <- " warbleR "
+
+ # add text
+ text(x = 0.5, y = 0.5, labels = text, cex = 11, font = 1)
+
+ # save image in temporary directory
+ dev2bitmap(file.path(tempdir(), "temp-img.png"), type = "pngmono", res = 30)
+
+ # read it
+ wv <- image_to_wave(file = file.path(tempdir(), "temp-img.png"), plot = TRUE, flim = c(1, 12))
+
+ # output wave object
+ # wv
+
+ ## plot it
+ # reset margins
+ par(mar = c(5, 4, 4, 2) + 0.1)
+
+ # plot spectrogram
+ # spectro(wave = wv, scale = FALSE, collevels = seq(-30, 0, 5),
+ # palette = reverse.terrain.colors, ovlp = 90, grid = FALSE, flim = c(2, 11))
+ }
Error in dev2bitmap(file.path(tempdir(), "temp-img.png"), type = "pngmono", :
GhostScript was not found
Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64