Last updated on 2025-07-08 01:48:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.1 | 3.86 | 46.75 | 50.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.1 | 2.48 | 35.47 | 37.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.1 | 82.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 86.75 | OK | |||
r-devel-windows-x86_64 | 0.5.1 | 6.00 | 69.00 | 75.00 | OK | |
r-patched-linux-x86_64 | 0.5.1 | 4.21 | 43.08 | 47.29 | OK | |
r-release-linux-x86_64 | 0.5.1 | 3.65 | 42.43 | 46.08 | OK | |
r-release-macos-arm64 | 0.5.1 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.5.1 | 60.00 | OK | |||
r-release-windows-x86_64 | 0.5.1 | 7.00 | 102.00 | 109.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.1 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.1 | 63.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.1 | 7.00 | 80.00 | 87.00 | OK |
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