Last updated on 2026-08-18 13:49:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.85 | 41.52 | 44.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.60 | 31.80 | 34.40 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 32.42 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 36.15 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 5.00 | 64.00 | 69.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 3.37 | 37.85 | 41.22 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 3.21 | 37.59 | 40.80 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 60.00 | 62.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 7.00 | 0.00 | 7.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 50.00 | 52.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 8.00 | 69.00 | 77.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘covid19tunisia-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_info_covid19tunisia
> ### Title: Get information about the datasets provided by covid19tunisia
> ### Aliases: get_info_covid19tunisia
>
> ### ** Examples
>
> get_info_covid19tunisia()
`curl` package not installed, falling back to using `url()`
Error: cannot open the connection to 'https://raw.githubusercontent.com/MounaBelaid/covid19datatunisia/master/dist/data.csv'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(covid19tunisia)
>
> test_check("covid19tunisia")
Saving _problems/test-get_info_covid19tunisia-14.R
Saving _problems/test-refresh_covid19tunisia-13.R
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_info_covid19tunisia.R:12:3'): original cols we care about are still there ──
Error: cannot open the connection to 'https://raw.githubusercontent.com/MounaBelaid/covid19datatunisia/master/dist/data.csv'
Backtrace:
▆
1. ├─readr::read_csv(url) at test-get_info_covid19tunisia.R:12:3
2. │ └─vroom::vroom(...)
3. │ └─vroom:::vroom_(...)
4. └─vroom (local) `<fn>`(`<url>`, "rb")
5. └─base::tryCatch(...)
6. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
7. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
8. └─value[[3L]](cond)
── Error ('test-refresh_covid19tunisia.R:13:3'): location works ────────────────
Error: cannot open the connection to 'https://raw.githubusercontent.com/MounaBelaid/covid19datatunisia/master/dist/data.csv'
Backtrace:
▆
1. ├─covid19tunisia::refresh_covid19tunisia() at test-refresh_covid19tunisia.R:13:3
2. │ └─covid19tunisia:::read_data()
3. │ ├─base::suppressWarnings(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─readr::read_csv(...)
6. │ └─vroom::vroom(...)
7. │ └─vroom:::vroom_(...)
8. └─vroom (local) `<fn>`(`<url>`, "rb")
9. └─base::tryCatch(...)
10. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
11. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
12. └─value[[3L]](cond)
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc