CRAN Package Check Results for Maintainer ‘Pawel Cwiek <prc.altodato at gmail.com>’

Last updated on 2026-03-13 01:51:37 CET.

Package ERROR OK
pmetar 1 13

Package pmetar

Current CRAN status: ERROR: 1, OK: 13

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