Last updated on 2025-06-06 01:51:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.34 | 28.42 | 179.76 | 208.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.34 | 22.03 | 122.14 | 144.17 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.34 | 349.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.34 | 336.15 | OK | |||
r-devel-windows-x86_64 | 1.1.34 | 38.00 | 342.00 | 380.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.34 | 33.58 | 169.63 | 203.21 | OK | |
r-release-linux-x86_64 | 1.1.34 | 27.84 | 170.37 | 198.21 | 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 | 34.00 | 231.00 | 265.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 | 46.00 | 475.00 | 521.00 | NOTE |
Version: 1.1.34
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")
+ }
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-windows-x86_64
Version: 1.1.34
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'a_warbleR.Rmd' using rmarkdown
--- finished re-building 'a_warbleR.Rmd'
--- re-building 'b_annotation_data_format.Rmd' using rmarkdown
Quitting from b_annotation_data_format.Rmd:536-550 [unnamed-chunk-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `file()`:
! cannot open the connection to 'https://www.xeno-canto.org/api/2/recordings?query=nr:15607&page=1'
---
Backtrace:
▆
1. └─warbleR::query_xc(qword = "nr:15607", download = TRUE, path = tempdir())
2. └─warbleR:::.pblapply(...)
3. └─base::lapply(X, FUN, ...)
4. └─warbleR (local) FUN(X[[i]], ...)
5. └─rjson::fromJSON(...)
6. ├─base::paste(readLines(file, warn = FALSE), collapse = "")
7. └─base::readLines(file, warn = FALSE)
8. └─base::file(con, "r")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'b_annotation_data_format.Rmd' failed with diagnostics:
cannot open the connection to 'https://www.xeno-canto.org/api/2/recordings?query=nr:15607&page=1'
--- failed re-building 'b_annotation_data_format.Rmd'
--- re-building 'c_warbleR_workflow_02.Rmd' using rmarkdown
--- finished re-building 'c_warbleR_workflow_02.Rmd'
--- re-building 'd_warbleR_workflow_03.Rmd' using rmarkdown
--- finished re-building 'd_warbleR_workflow_03.Rmd'
SUMMARY: processing the following file failed:
'b_annotation_data_format.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
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