Last updated on 2026-03-31 22:52:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 3.31 | 50.62 | 53.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 2.62 | 37.03 | 39.65 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 81.85 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 91.26 | 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 | 90.00 | 96.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0 | 3.40 | 44.10 | 47.50 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 3.65 | 44.33 | 47.98 | 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 | 5.00 | 68.00 | 73.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 | 7.00 | 81.00 | 88.00 | OK |
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in 'pmetar-Ex.R' failed
The error most likely occurred in:
> ### 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 301800Z 13004KT CAVOK 08/04 Q1010 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/
Don't use for flight planning or navigation!
[1] "METAR CYUL 301800Z 24017G22KT 30SM FEW130 OVC210 14/01 A2981 RMK AC1CS8 AC TR SLP099"
> metar_get("MAD")
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 LEMD 301800Z 35013KT 320V030 9999 FEW070 16/04 Q1026 NOSIG"
> metar_get("WAW")
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 301800Z 13004KT CAVOK 08/04 Q1010 NOSIG"
> metar_get("EPWR", hours = 4)
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-windows-x86_64