Last updated on 2023-08-10 04:53:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.91 | 24.42 | 26.33 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.85 | 18.98 | 20.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 34.74 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 35.27 | ERROR | |||
r-devel-windows-x86_64 | 0.0.2 | 4.00 | 44.00 | 48.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 2.34 | 23.98 | 26.32 | OK | |
r-release-linux-x86_64 | 0.0.2 | 1.63 | 24.02 | 25.65 | OK | |
r-release-macos-arm64 | 0.0.2 | 14.00 | OK | |||
r-release-macos-x86_64 | 0.0.4 | 31.00 | OK | |||
r-release-windows-x86_64 | 0.0.4 | 5.00 | 71.00 | 76.00 | OK | |
r-oldrel-macos-arm64 | 0.0.2 | 19.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.2 | 27.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.2 | 4.00 | 45.00 | 49.00 | OK |
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [3s/93s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(minioclient)
>
> test_check("minioclient")
[ FAIL 2 | WARN 2 | SKIP 8 | PASS 0 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-mc.R:2:3', 'test-mc.R:12:3', 'test-mc_cat.R:3:3',
'test-mc_head.R:2:3', 'test-mc_ls.R:11:3', 'test-mc_ls.R:20:3',
'test-mc_ls.R:29:3', 'test-mc_ls.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-s3-select.R:3:3'): s3 select api requests work and returns a data frame ──
Error in `utils::download.file(glue::glue("https://dl.min.io/client/mc/release/",
"{type}/{bin}"), dest = binary, mode = "wb", quiet = TRUE)`: cannot open URL 'https://dl.min.io/client/mc/release/linux-amd64/mc'
Backtrace:
▆
1. └─minioclient::mc_mb("play/iris") at test-s3-select.R:3:2
2. └─minioclient::mc(cmd, verbose = verbose)
3. └─minioclient::install_mc()
4. └─utils::download.file(...)
── Error ('test-s3-select.R:17:3'): s3 select api requests work with a specific query used ──
Error in `utils::download.file(glue::glue("https://dl.min.io/client/mc/release/",
"{type}/{bin}"), dest = binary, mode = "wb", quiet = TRUE)`: cannot open URL 'https://dl.min.io/client/mc/release/linux-amd64/mc'
Backtrace:
▆
1. └─minioclient::mc_mb("play/iris") at test-s3-select.R:17:2
2. └─minioclient::mc(cmd, verbose = verbose)
3. └─minioclient::install_mc()
4. └─utils::download.file(...)
[ FAIL 2 | WARN 2 | SKIP 8 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc