Last updated on 2026-06-11 20:53:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 4.07 | 50.88 | 54.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 2.41 | 38.85 | 41.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 85.64 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 7.00 | 95.79 | 102.79 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 5.00 | 78.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 4.40 | 45.79 | 50.19 | ERROR | |
| r-release-linux-x86_64 | 0.7.0 | 3.96 | 46.30 | 50.26 | OK | |
| r-release-macos-arm64 | 0.7.0 | 1.00 | 26.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 3.00 | 75.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 7.00 | 73.00 | 80.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 | 91.00 | 98.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 101700Z 01006KT 9999 -RA NSC 16/10 Q1016 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 101700Z 18003KT 070V200 15SM FEW055 OVC120 27/19 A2977 RMK CF1AC8 CF TR SLP084 DENSITY ALT 1700FT"
> 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 101700Z 06003KT CAVOK 31/06 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/
Error: httr2_failure: Error during request performing!
Execution halted
Flavor: r-patched-linux-x86_64