Last updated on 2026-04-25 10:51:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 4.03 | 52.10 | 56.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 2.61 | 38.90 | 41.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 82.01 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 90.55 | OK | |||
| r-patched-linux-x86_64 | 0.7.0 | 3.77 | 47.16 | 50.93 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 3.13 | 44.15 | 47.28 | OK | |
| r-release-macos-arm64 | 0.7.0 | 1.00 | 21.00 | 22.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 3.00 | 66.00 | 69.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 6.00 | 69.00 | 75.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | 1.00 | 20.00 | 21.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.0 | 3.00 | 71.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 7.00 | 72.00 | 79.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 241600Z 31008KT CAVOK 17/03 Q1011 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] "SPECI CYUL 241612Z 22009KT 170V230 30SM FEW065 FEW250 10/M04 A2992 WS ALL RWY RMK CF1CI1 CF TR CI TR SLP134"
> 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 241600Z 36003KT 9999 SCT040 22/11 Q1016 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 241600Z 31008KT CAVOK 17/03 Q1011 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-linux-x86_64-debian-gcc