Last updated on 2025-08-15 10:48:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.68 | 21.24 | 22.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.34 | 18.15 | 19.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 33.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 32.25 | NOTE | |||
r-devel-windows-x86_64 | 0.2.0 | 3.00 | 42.00 | 45.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 1.79 | 18.96 | 20.75 | OK | |
r-release-linux-x86_64 | 0.2.0 | 1.84 | 18.99 | 20.83 | OK | |
r-release-macos-arm64 | 0.2.0 | 21.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 28.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 3.00 | 43.00 | 46.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 21.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.0 | 25.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.0 | 3.00 | 47.00 | 50.00 | NOTE |
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. └─base::.handleSimpleError(...)
17. └─glue (local) h(simpleError(msg, call))
18. └─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
Version: 0.2.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64