Last updated on 2021-07-01 01:49:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.26 | 49.65 | 230.38 | 280.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.26 | 33.10 | 162.11 | 195.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.26 | 344.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.26 | 323.25 | NOTE | |||
r-devel-windows-x86_64 | 1.1.26 | 45.00 | 272.00 | 317.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.1.26 | ERROR | ||||
r-patched-linux-x86_64 | 1.1.26 | 43.48 | 216.41 | 259.89 | OK | |
r-patched-solaris-x86 | 1.1.26 | 358.60 | NOTE | |||
r-release-linux-x86_64 | 1.1.26 | 42.10 | 215.41 | 257.51 | OK | |
r-release-macos-arm64 | 1.1.26 | NOTE | ||||
r-release-macos-x86_64 | 1.1.26 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1.26 | 94.00 | 319.00 | 413.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1.26 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.26 | 88.00 | 312.00 | 400.00 | NOTE |
Version: 1.1.26
Check: installed package size
Result: NOTE
installed size is 7.7Mb
sub-directories of 1Mb or more:
R 1.1Mb
doc 5.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.26
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘stringi’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.1.26
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 'Couldn't resolve host name'
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-windows-x86_64-gcc10-UCRT