Last updated on 2026-08-18 13:49:40 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 6.28 | 57.77 | 64.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.99 | 42.85 | 47.84 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 45.85 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 41.37 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 11.00 | 73.00 | 84.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 6.73 | 55.15 | 61.88 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 5.92 | 53.78 | 59.70 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 17.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 5.00 | 72.00 | 77.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 9.00 | 0.00 | 9.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 46.00 | 50.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 11.00 | 89.00 | 100.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘genSEIR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getDataCOVID
> ### Title: Get COVID-19 Data
> ### Aliases: getDataCOVID
>
> ### ** Examples
>
> covidData = getDataCOVID(country = "Italy",
+ start = "05/01/20",
+ finish = "12/31/20")
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv': HTTP status was '429 Unknown Error'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv'
Calls: getDataCOVID -> read.csv -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc