CRAN Package Check Results for Package warbleR

Last updated on 2024-12-25 07:50:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.33 29.36 160.21 189.57 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.33 19.34 117.82 137.16 OK
r-devel-linux-x86_64-fedora-clang 1.1.33 343.71 OK
r-devel-linux-x86_64-fedora-gcc 1.1.33 351.84 OK
r-devel-windows-x86_64 1.1.33 34.00 238.00 272.00 OK
r-patched-linux-x86_64 1.1.33 27.99 167.35 195.34 OK
r-release-linux-x86_64 1.1.33 30.02 168.73 198.75 OK
r-release-macos-arm64 1.1.33 112.00 OK
r-release-macos-x86_64 1.1.33 234.00 NOTE
r-release-windows-x86_64 1.1.33 32.00 233.00 265.00 NOTE
r-oldrel-macos-arm64 1.1.33 115.00 OK
r-oldrel-macos-x86_64 1.1.33 220.00 NOTE
r-oldrel-windows-x86_64 1.1.33 41.00 269.00 310.00 NOTE

Check Details

Version: 1.1.33
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") + } This function is slated for deprecation in future versions. Please use the function read_sound_file() instead. This function is slated for deprecation in future versions. Please use the function read_sound_file() instead. This function is slated for deprecation in future versions. Please use the function read_sound_file() instead. This function is slated for deprecation in future versions. Please use the function read_sound_file() instead. This function is slated for deprecation in future versions. Please use the function read_sound_file() instead. 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 -> read_sound_file -> download.file Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.33
Check: installed package size
Result: NOTE installed size is 5.0Mb sub-directories of 1Mb or more: doc 2.9Mb Flavors: r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64