Last updated on 2025-02-07 08:52:04 CET.
Package | ERROR | OK |
---|---|---|
telraamStats | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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