Last updated on 2025-07-05 23:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.34 | 29.13 | 180.27 | 209.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.34 | 19.93 | 110.55 | 130.48 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.34 | 333.60 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.34 | 328.33 | OK | |||
r-devel-windows-x86_64 | 1.1.34 | 33.00 | 238.00 | 271.00 | OK | |
r-patched-linux-x86_64 | 1.1.34 | 31.80 | 170.05 | 201.85 | OK | |
r-release-linux-x86_64 | 1.1.34 | 29.99 | 168.21 | 198.20 | OK | |
r-release-macos-arm64 | 1.1.34 | 156.00 | OK | |||
r-release-macos-x86_64 | 1.1.34 | 224.00 | OK | |||
r-release-windows-x86_64 | 1.1.34 | 36.00 | 240.00 | 276.00 | OK | |
r-oldrel-macos-arm64 | 1.1.34 | 112.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.34 | 236.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1.34 | 44.00 | 284.00 | 328.00 | NOTE |
Version: 1.1.34
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", :
cannot open URL 'https://xeno-canto.org/513948/download': HTTP status was '503 Service Unavailable'
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-gcc
Version: 1.1.34
Check: installed package size
Result: NOTE
installed size is 8.7Mb
sub-directories of 1Mb or more:
doc 6.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64