Last updated on 2025-02-16 09:50:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.2 | 2.95 | 35.57 | 38.52 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.2 | 2.19 | 27.54 | 29.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.2 | 63.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 72.61 | OK | |||
r-devel-macos-arm64 | 1.5.2 | 35.00 | OK | |||
r-devel-macos-x86_64 | 1.5.2 | 61.00 | OK | |||
r-devel-windows-x86_64 | 1.5.2 | 5.00 | 63.00 | 68.00 | OK | |
r-patched-linux-x86_64 | 1.5.2 | 2.91 | 33.49 | 36.40 | OK | |
r-release-linux-x86_64 | 1.5.2 | 2.78 | 33.42 | 36.20 | OK | |
r-release-macos-arm64 | 1.5.2 | 43.00 | OK | |||
r-release-macos-x86_64 | 1.5.2 | 74.00 | OK | |||
r-release-windows-x86_64 | 1.5.2 | 6.00 | 76.00 | 82.00 | ERROR | |
r-oldrel-macos-arm64 | 1.5.2 | 69.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.2 | 76.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.2 | 6.00 | 66.00 | 72.00 | OK |
Version: 1.5.2
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
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
>
>
> testthat::test_check("polyglotr")
Loading required package: polyglotr
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mymemory_translate.R:2:3'): translation works ──────────────────
<curl_error_couldnt_resolve_host/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Could not resolve hostname [api.mymemory.translated.net]: Could not resolve host: api.mymemory.translated.net
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-mymemory_translate.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─polyglotr::mymemory_translate(...)
5. │ ├─httr::GET(formatted_link) %>% httr::content()
6. │ └─httr::GET(formatted_link)
7. │ └─httr:::request_perform(req, hu$handle$handle)
8. │ ├─httr:::request_fetch(req$output, req$url, handle)
9. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
10. │ └─curl::curl_fetch_memory(url, handle = handle)
11. ├─httr::content(.)
12. │ ├─base::stopifnot(is.response(x))
13. │ └─httr:::is.response(x)
14. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64