Last updated on 2026-04-15 12:51:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 4.17 | 50.84 | 55.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 3.03 | 36.86 | 39.89 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 82.01 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 6.00 | 86.74 | 92.74 | OK | |
| r-devel-macos-arm64 | 0.7.0 | 1.00 | 21.00 | 22.00 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 6.00 | 78.00 | 84.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 3.99 | 46.30 | 50.29 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 3.89 | 44.50 | 48.39 | OK | |
| r-release-macos-arm64 | 0.7.0 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 3.00 | 71.00 | 74.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 6.00 | 0.00 | 6.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | 1.00 | 26.00 | 27.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.0 | 3.00 | 82.00 | 85.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 8.00 | 96.00 | 104.00 | OK |
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in ‘pmetar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: metar_get
> ### Title: Get a current METAR report for an airport.
> ### Aliases: metar_get
>
> ### ** Examples
>
> metar_get("EPWA")
Getting airport informaiton from the file downloaded from
http://ourairports.com/data/airports.csv
created by David Megginson
Getting information from Aviation Weather Center aviationweather.gov/data/metar/
Don't use for flight planning or navigation!
[1] "METAR EPWA 141600Z 11012KT CAVOK 15/M01 Q1020 NOSIG"
> metar_get("CYUL")
Getting airport informaiton from the file downloaded from
http://ourairports.com/data/airports.csv
created by David Megginson
Getting information from Aviation Weather Center aviationweather.gov/data/metar/
Error: httr2_failure: Error during request performing!
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc