Last updated on 2026-08-15 15:51:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 8.97 | 303.42 | 312.39 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 6.56 | 202.44 | 209.00 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 222.20 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 239.89 | OK | |||
| r-devel-windows-x86_64 | 0.2.3 | 11.00 | 461.00 | 472.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 9.48 | 289.13 | 298.61 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 8.26 | 290.37 | 298.63 | OK | |
| r-release-macos-arm64 | 0.2.3 | 2.00 | 104.00 | 106.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 7.00 | 398.00 | 405.00 | OK | |
| r-release-windows-x86_64 | 0.2.3 | 12.00 | 372.00 | 384.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.3 | 5.00 | 341.00 | 346.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 15.00 | 522.00 | 537.00 | OK |
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘callsync-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: detect.and.assign
> ### Title: detect.and.assign
> ### Aliases: detect.and.assign
>
> ### ** Examples
>
> require(callsync)
> require(seewave)
Loading required package: seewave
> require(tuneR)
Loading required package: tuneR
> path_git = 'https://raw.githubusercontent.com'
> path_repo = '/simeonqs/callsync/master/tests/testthat/files'
> file_1 = '/chunk@1@1@1@1.wav'
> file_2 = '/chunk@2@1@1@1.wav'
> url_1 = paste0(path_git, path_repo, file_1)
> url_2 = paste0(path_git, path_repo, file_2)
> local_file_1 = paste(tempdir(), file_1, sep = '/')
> local_file_2 = paste(tempdir(), file_2, sep = '/')
> if(!file.exists(local_file_1))
+ download.file(url_1, destfile = local_file_1, mode = 'wb',)
trying URL 'https://raw.githubusercontent.com/simeonqs/callsync/master/tests/testthat/files/chunk@1@1@1@1.wav'
Warning in download.file(url_1, destfile = local_file_1, mode = "wb", ) :
cannot open URL 'https://raw.githubusercontent.com/simeonqs/callsync/master/tests/testthat/files/chunk@1@1@1@1.wav': HTTP status was '503 Service Unavailable'
Error in download.file(url_1, destfile = local_file_1, mode = "wb", ) :
cannot open URL 'https://raw.githubusercontent.com/simeonqs/callsync/master/tests/testthat/files/chunk@1@1@1@1.wav'
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
better.spectro 0.058 0.025 10.838
calc.perf 0.048 0.012 14.031
Flavor: r-devel-linux-x86_64-debian-gcc