Last updated on 2026-08-18 00:53:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 20.95 | 31.81 | 52.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 12.88 | 25.48 | 38.36 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 15.00 | 21.46 | 36.46 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 15.00 | 25.84 | 40.84 | NOTE | |
| r-devel-windows-x86_64 | 1.0.0 | 24.00 | 53.00 | 77.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 21.13 | 26.24 | 47.37 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 19.90 | 26.22 | 46.12 | OK | |
| r-release-macos-arm64 | 1.0.0 | 6.00 | 18.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 17.00 | 61.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 24.00 | 0.00 | 24.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 16.00 | 59.00 | 75.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 31.00 | 56.00 | 87.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘covidsymptom-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_latest_data
> ### Title: Retrieve updated COVID Symptom Study Sweden (CSSS) data
> ### Aliases: get_latest_data
>
> ### ** Examples
>
> # The following example demonstrates how to retrieve data at the county level.
> df <- get_latest_data(data_level = "county")
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/csss-resultat/openData/main/datasets/lan_senaste.csv': HTTP status was '429 Unknown Error'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/csss-resultat/openData/main/datasets/lan_senaste.csv'
Calls: get_latest_data -> <Anonymous> -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘usethis’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc