CRAN Package Check Results for Package warbleR

Last updated on 2022-08-15 08:50:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.27 53.70 241.62 295.32 OK
r-devel-linux-x86_64-debian-gcc 1.1.27 42.75 175.29 218.04 OK
r-devel-linux-x86_64-fedora-clang 1.1.27 377.15 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.27 368.49 NOTE
r-devel-windows-x86_64 1.1.27 101.00 302.00 403.00 NOTE
r-patched-linux-x86_64 1.1.27 45.83 223.55 269.38 OK
r-release-linux-x86_64 1.1.27 46.22 224.17 270.39 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 110.00 299.00 409.00 NOTE
r-oldrel-macos-arm64 1.1.27 102.00 NOTE
r-oldrel-macos-x86_64 1.1.27 131.00 ERROR
r-oldrel-windows-ix86+x86_64 1.1.27 100.00 367.00 467.00 NOTE

Check Details

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