Last updated on 2026-06-21 05:50:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.65 | 37.32 | 38.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.41 | 27.96 | 29.37 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 55.64 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 57.17 | NOTE | |||
| r-devel-windows-x86_64 | 0.1.0 | 3.00 | 59.00 | 62.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 1.39 | 33.54 | 34.93 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 1.84 | 33.35 | 35.19 | ERROR | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 14.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 1.00 | 38.00 | 39.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 59.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 1.00 | 36.00 | 37.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 63.00 | 68.00 | OK |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘lubridate’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/78s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(covid19france)
>
> test_check("covid19france")
Saving _problems/test-all-18.R
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 1 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-all.R:16:3'): original cols we care about are still there ──────
Error in `(function (con, what, n = 1L, size = NA_integer_, signed = TRUE, endian = .Platform$endian) { if (!endian %in% c("big", "little", "swap")) stop("invalid 'endian' argument") if (is.character(con)) { con <- file(con, "rb") on.exit(close(con)) } swap <- endian != .Platform$endian if (!is.character(what) || is.na(what) || length(what) != 1L || !any(what == c("numeric", "double", "integer", "int", "logical", "complex", "character", "raw"))) what <- typeof(what) .Internal(readBin(con, what, n, size, signed, swap)) })(structure(4L, class = c("url", "connection"), conn_id = <pointer: 0x105>), raw(0), 131071L)`: cannot read from connection
Backtrace:
▆
1. ├─readr::read_csv(url) at test-all.R:16:3
2. │ └─vroom::vroom(...)
3. │ └─vroom:::vroom_(...)
4. └─base (local) `<fn>`(`<url>`, `<raw>`, 131071L)
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 1 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64