Last updated on 2025-07-08 13:49:45 CEST.
Package | ERROR | OK |
---|---|---|
pmetar | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.5.1
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
Getting information from Aviation Weather Center aviationweather.gov/data/metar/
Don't use for flight planning or navigation!
[1] "EPWA 071100Z 30009KT 9999 BKN030 20/15 Q1003 NOSIG"
> metar_get("CYUL")
Getting airport informaiton from the file downloaded from
http://ourairports.com/data/airports.csv
Getting information from Aviation Weather Center aviationweather.gov/data/metar/
Don't use for flight planning or navigation!
[1] "CYUL 071100Z 05009KT 12SM BKN009 OVC013 18/16 A2990 RMK ST6SC2 SLP126 DENSITY ALT 600FT"
> metar_get("MAD")
Getting airport informaiton from the file downloaded from
http://ourairports.com/data/airports.csv
Getting information from Aviation Weather Center aviationweather.gov/data/metar/
Don't use for flight planning or navigation!
[1] "LEMD 071100Z 03002KT CAVOK 31/12 Q1014 NOSIG"
> metar_get("WAW")
Getting airport informaiton from the file downloaded from
http://ourairports.com/data/airports.csv
Getting information from Aviation Weather Center aviationweather.gov/data/metar/
Error in UseMethod("status_code") :
no applicable method for 'status_code' applied to an object of class "character"
Calls: metar_get -> <Anonymous>
Execution halted
Flavor: r-release-windows-x86_64