CRAN Package Check Results for Package warbleR

Last updated on 2022-04-24 03:52:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.27 50.89 240.66 291.55 OK
r-devel-linux-x86_64-debian-gcc 1.1.27 34.38 175.25 209.63 OK
r-devel-linux-x86_64-fedora-clang 1.1.27 367.95 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.27 353.95 NOTE
r-patched-linux-x86_64 1.1.27 55.61 231.89 287.50 OK
r-release-linux-x86_64 1.1.27 49.85 232.88 282.73 OK
r-release-macos-arm64 1.1.27 NOTE
r-release-macos-x86_64 1.1.27 ERROR
r-release-windows-x86_64 1.1.27 112.00 292.00 404.00 NOTE
r-oldrel-macos-arm64 1.1.27 NOTE
r-oldrel-macos-x86_64 1.1.27 ERROR
r-oldrel-windows-ix86+x86_64 1.1.27 90.00 365.00 455.00 NOTE

Check Details

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-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