CRAN Package Check Results for Package warbleR

Last updated on 2023-09-30 23:59:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.29 54.95 246.28 301.23 OK
r-devel-linux-x86_64-debian-gcc 1.1.29 41.28 183.20 224.48 OK
r-devel-linux-x86_64-fedora-clang 1.1.29 263.24 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.29 258.23 OK
r-devel-windows-x86_64 1.1.29 44.00 234.00 278.00 NOTE
r-patched-linux-x86_64 1.1.29 46.30 243.19 289.49 OK
r-release-linux-x86_64 1.1.29 34.61 243.62 278.23 OK
r-release-macos-arm64 1.1.29 116.00 NOTE
r-release-macos-x86_64 1.1.29 230.00 NOTE
r-release-windows-x86_64 1.1.29 61.00 282.00 343.00 NOTE
r-oldrel-macos-arm64 1.1.29 117.00 NOTE
r-oldrel-macos-x86_64 1.1.29 154.00 NOTE
r-oldrel-windows-x86_64 1.1.29 56.00 221.00 277.00 ERROR

Check Details

Version: 1.1.29
Check: installed package size
Result: NOTE
     installed size is 8.2Mb
     sub-directories of 1Mb or more:
     R 1.1Mb
     doc 6.4Mb
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-x86_64

Version: 1.1.29
Check: examples
Result: ERROR
    Running examples in 'warbleR-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: read_wave
    > ### Title: A wrapper for tuneR's readWave that read sound files listed
    > ### within selection tables
    > ### Aliases: read_wave
    >
    > ### ** Examples
    >
    > {
    + # write wave files with lower case file extension
    + data(list = c("Phae.long1"))
    + writeWave(Phae.long1, file.path(tempdir(), "Phae.long1.wav"))
    +
    + # read from selection table
    + read_wave(X = lbh_selec_table, index = 1, path = tempdir())
    +
    + # from extended selection table
    + library(NatureSounds)
    + read_wave(X = lbh.est, index = 1)
    +
    + # read WAV
    + filepath <- system.file("extdata", "recording.wav", package = "bioacoustics")
    + read_wave(filepath)
    +
    + # read MP3
    + filepath <- system.file("extdata", "recording.mp3", package = "bioacoustics")
    + read_wave(filepath)
    +
    + # URL file
    + read_wave(X = "https://www.xeno-canto.org/513948/download")
    + }
    Warning in download.file(url = X, destfile = temp.file, quiet = TRUE, mode = "wb", :
     URL 'https://www.xeno-canto.org/513948/download': status was 'SSL connect error'
    Error in download.file(url = X, destfile = temp.file, quiet = TRUE, mode = "wb", :
     cannot open URL 'https://www.xeno-canto.org/513948/download'
    Calls: read_wave -> download.file
    Execution halted
Flavor: r-oldrel-windows-x86_64