CRAN Package Check Results for Package warbleR

Last updated on 2024-05-22 06:01:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.30 57.70 278.02 335.72 OK
r-devel-linux-x86_64-debian-gcc 1.1.30 38.08 178.45 216.53 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.30 416.44 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.30 407.29 OK
r-devel-windows-x86_64 1.1.30 45.00 319.00 364.00 NOTE
r-patched-linux-x86_64 1.1.30 41.17 266.09 307.26 OK
r-release-linux-x86_64 1.1.30 36.23 264.48 300.71 OK
r-release-macos-arm64 1.1.30 112.00 NOTE
r-release-macos-x86_64 1.1.30 240.00 NOTE
r-release-windows-x86_64 1.1.30 48.00 259.00 307.00 NOTE
r-oldrel-macos-arm64 1.1.30 108.00 NOTE
r-oldrel-macos-x86_64 1.1.30 230.00 NOTE
r-oldrel-windows-x86_64 1.1.30 60.00 283.00 343.00 NOTE

Check Details

Version: 1.1.30
Check: examples
Result: ERROR Running examples in ‘warbleR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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://xeno-canto.org/513948/download': Timeout of 60 seconds was reached 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-devel-linux-x86_64-debian-gcc

Version: 1.1.30
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