Type: Package Package: pmetar Title: Processing METAR Weather Reports Version: 0.7.1 Authors@R: c( person("Pawel", "Cwiek", , "prc.altodato@gmail.com", role = c("aut", "cre")), person("David", "Megginson", role = "ctb", comment = "Author of data set with airports list https://ourairports.com/data/"), person("Greg", "Thompson", role = "ctb", comment = "Author of data set with airports list https://weather.ral.ucar.edu/surface/stations.txt") ) Maintainer: Pawel Cwiek Description: Allows to download current and historical METAR weather reports extract and parse basic parameters and present main weather information. Current reports are downloaded from Aviation Weather Center and historical reports from Iowa Environmental Mesonet web page of Iowa State University ASOS-AWOS-METAR . License: GPL (>= 3) URL: https://github.com/prcwiek/pmetar BugReports: https://github.com/prcwiek/pmetar/issues Depends: R (>= 4.1), utils, stats Imports: curl, dplyr, httr2, lubridate, magrittr, RCurl, tidyr, stringr Suggests: knitr, rmarkdown, testthat, tibble VignetteBuilder: knitr LazyData: true Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libicu-dev libssl-dev Repository: https://prcwiek.r-universe.dev Date/Publication: 2026-06-13 19:31:53 UTC RemoteUrl: https://github.com/prcwiek/pmetar RemoteRef: HEAD RemoteSha: f5dcbcf762f4d259c96f8b13faebb2abbc56ac8e NeedsCompilation: no Packaged: 2026-07-13 09:35:46 UTC; root Author: Pawel Cwiek [aut, cre], David Megginson [ctb] (Author of data set with airports list https://ourairports.com/data/), Greg Thompson [ctb] (Author of data set with airports list https://weather.ral.ucar.edu/surface/stations.txt)