Last updated on 2022-09-11 12:56:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.27 | 50.88 | 244.05 | 294.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.27 | 41.23 | 175.61 | 216.84 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.27 | 377.15 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.27 | 352.44 | NOTE | |||
r-devel-windows-x86_64 | 1.1.27 | 116.00 | 313.00 | 429.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.27 | 44.63 | 225.00 | 269.63 | OK | |
r-release-linux-x86_64 | 1.1.27 | 42.82 | 221.67 | 264.49 | 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 | 112.00 | 303.00 | 415.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1.27 | 102.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.27 | 124.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 1.1.27 | 94.00 | 363.00 | 457.00 | NOTE |
Version: 1.1.27
Check: installed package size
Result: NOTE
installed size is 8.1Mb
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