Last updated on 2026-03-31 09:53:08 CEST.
| Package | ERROR | OK |
|---|---|---|
| pmetar | 1 | 13 |
Current CRAN status: ERROR: 1, OK: 13
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