Last updated on 2026-03-12 23:53:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 3.69 | 50.81 | 54.50 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 2.77 | 35.83 | 38.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 82.58 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 91.55 | OK | |||
| r-devel-macos-arm64 | 0.7.0 | 1.00 | 25.00 | 26.00 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 6.00 | 87.00 | 93.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 4.13 | 44.30 | 48.43 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 3.87 | 44.71 | 48.58 | 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 | 6.00 | 75.00 | 81.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 | 83.00 | 90.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 121700Z 28008KT 9999 SCT043 11/07 Q1021 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 121600Z 29024G30KT 15SM -SN BKN030 BKN045 OVC180 M04/M09 A2977 RMK SC5SC2AC1 SLP085"
> 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/
Error: httr2_failure: Error during request performing!
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc