Last updated on 2026-05-06 00:50:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.82 | 22.77 | 24.59 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.47 | 18.33 | 19.80 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 34.56 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 33.44 | NOTE | |||
| r-devel-windows-x86_64 | 0.2.0 | 3.00 | 41.00 | 44.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 1.80 | 19.62 | 21.42 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 1.60 | 19.64 | 21.24 | OK | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 3.00 | 41.00 | 44.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 1.00 | 27.00 | 28.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 4.00 | 44.00 | 48.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘savonliquide-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: check_contrast
> ### Title: Color Contrast Accessibility Report
> ### Aliases: check_contrast
>
> ### ** Examples
>
>
> check_contrast(fg_col = "#21EA06", bg_col = "#483D3D")
Error:
! Failed to evaluate glue component {response$status_code}
Caused by error:
! object 'response' not found
Backtrace:
▆
1. ├─savonliquide::check_contrast(fg_col = "#21EA06", bg_col = "#483D3D")
2. │ └─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─value[[3L]](cond)
6. │ ├─base::message(glue::glue("Error: here the API response status: {response$status_code}"))
7. │ └─glue::glue("Error: here the API response status: {response$status_code}")
8. │ └─glue::glue_data(...)
9. ├─glue (local) `<fn>`("response$status_code")
10. │ ├─.transformer(expr, env) %||% .null
11. │ └─glue (local) .transformer(expr, env)
12. │ ├─glue:::with_glue_error(...)
13. │ │ └─base::withCallingHandlers(...)
14. │ └─base::eval(expr, envir)
15. │ └─base::eval(expr, envir)
16. └─glue (local) `<fn>`(`<S3: objectNotFoundError>`)
17. └─rlang::abort(message, parent = cnd, call = NULL)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘crayon’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc