Last updated on 2026-02-27 10:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 1.88 | 26.49 | 28.37 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.44 | 19.85 | 21.29 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 44.91 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 52.44 | OK | |||
| r-devel-macos-arm64 | 0.1.2 | 1.00 | 19.00 | 20.00 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 4.00 | 48.00 | 52.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 2.08 | 24.27 | 26.35 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 1.85 | 24.23 | 26.08 | OK | |
| r-release-macos-arm64 | 0.1.2 | OK | ||||
| r-release-macos-x86_64 | 0.1.2 | 1.00 | 67.00 | 68.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 4.00 | 50.00 | 54.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 2.00 | 34.00 | 36.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 4.00 | 57.00 | 61.00 | OK |
Version: 0.1.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Frederik Kok Hansen <frederik_kok@icloud.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Frederik", "Kok"),
family = "Hansen",
role = c("aut", "cre"),
email = "frederik_kok@icloud.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zzlite)
>
> test_check("zzlite")
[1] 1
[1] 1
Saving _problems/test-zz_format-45.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zz_format.R:45:3'): zz_format throws a proper error if an invalid usr has been passed ──
`zz_format(usr = "foo")` threw an error with unexpected message.
Expected match: "Zamzar responded with: API key was missing or invalid, and a status code of: 401"
Actual message: "Timeout was reached [sandbox.zamzar.com]:\nConnection timed out after 10001 milliseconds"
Backtrace:
▆
1. ├─testthat::expect_error(zz_format(usr = "foo"), "Zamzar responded with: API key was missing or invalid, and a status code of: 401") at test-zz_format.R:45:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─zzlite::zz_format(usr = "foo")
7. │ └─httr::GET(endpoint, config = .zz_authenticate(usr = usr), .zz_user_agent())
8. │ └─httr:::request_perform(req, hu$handle$handle)
9. │ ├─httr:::request_fetch(req$output, req$url, handle)
10. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
11. │ └─curl::curl_fetch_memory(url, handle = handle)
12. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc