Last updated on 2025-02-06 07:50:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2 | 7.51 | 157.84 | 165.35 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 5.74 | 109.05 | 114.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 276.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 263.56 | OK | |||
r-devel-windows-x86_64 | 1.1.2 | 10.00 | 191.00 | 201.00 | OK | |
r-patched-linux-x86_64 | 1.1.2 | 7.33 | 130.22 | 137.55 | ERROR | |
r-release-linux-x86_64 | 1.1.2 | 7.20 | 148.26 | 155.46 | OK | |
r-release-macos-arm64 | 1.1.2 | 108.00 | OK | |||
r-release-macos-x86_64 | 1.1.2 | 147.00 | OK | |||
r-release-windows-x86_64 | 1.1.2 | 9.00 | 174.00 | 183.00 | OK | |
r-oldrel-macos-arm64 | 1.1.2 | 130.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.2 | 258.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.2 | 11.00 | 200.00 | 211.00 | OK |
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in ‘telraamStats-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: enrich_special_days
> ### Title: Enrich traffic data with french vacation and public holidays
> ### Aliases: enrich_special_days
> ### Keywords: internal
>
> ### ** Examples
>
> df <- data.frame('day' = as.Date(c("2022-02-18","2022-01-01")),
+ 'date' = c('2022-02-18 12:00:00 CET','2022-01-01 12:00:00 CET'))
> enrich_special_days(df)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [data.education.gouv.fr]: Connection timed out after 10001 milliseconds
Calls: enrich_special_days ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(telraamStats)
>
> test_check("telraamStats")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-2_api_state.R:9:3'): call API with a wrong token ───────────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [telraam-api.net]: Connection timed out after 10000 milliseconds
Backtrace:
▆
1. ├─testthat::expect_false(get_api_state()) at test-2_api_state.R:9:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─telraamStats::get_api_state()
5. │ └─httr::VERB("GET", url = config::get(file = file_path)$url, add_headers(key))
6. │ └─httr:::request_perform(req, hu$handle$handle)
7. │ ├─httr:::request_fetch(req$output, req$url, handle)
8. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
9. │ └─curl::curl_fetch_memory(url, handle = handle)
10. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64