Last updated on 2025-03-20 07:52:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 7.31 | 56.99 | 64.30 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 6.00 | 50.22 | 56.22 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 107.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 155.18 | OK | |||
r-devel-macos-arm64 | 0.3.1 | 40.00 | OK | |||
r-devel-macos-x86_64 | 0.3.1 | 81.00 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 11.00 | 83.00 | 94.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 12.05 | 65.09 | 77.14 | ERROR | |
r-release-linux-x86_64 | 0.3.1 | 10.62 | 63.77 | 74.39 | ERROR | |
r-release-macos-arm64 | 0.3.1 | 37.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 11.00 | 80.00 | 91.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | OK | ||||
r-oldrel-macos-x86_64 | 0.3.1 | 58.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 13.00 | 93.00 | 106.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘torchaudio-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: extract_archive
> ### Title: Extract Archive
> ### Aliases: extract_archive
>
> ### ** Examples
>
> if(torch::torch_is_installed()) {
+ url = 'http://www.quest.dcs.shef.ac.uk/wmt16_files_mmt/validation.tar.gz'
+ d <- fs::dir_create(tempdir(), "torchaudio")
+ from_path <- fs::path(d, basename(url))
+ utils::download.file(url = url, destfile = from_path)
+ torchaudio::extract_archive (from_path, d)
+ }
trying URL 'http://www.quest.dcs.shef.ac.uk/wmt16_files_mmt/validation.tar.gz'
Warning in utils::download.file(url = url, destfile = from_path) :
URL 'https://www.quest.dcs.shef.ac.uk/wmt16_files_mmt/validation.tar.gz': status was 'SSL peer certificate or SSH remote key was not OK'
Error in utils::download.file(url = url, destfile = from_path) :
cannot open URL 'http://www.quest.dcs.shef.ac.uk/wmt16_files_mmt/validation.tar.gz'
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64