Type: Package
Package: pmetar
Title: Processing METAR Weather Reports
Version: 0.3.3
Authors@R: 
    c(person(given = "Pawel",
             family = "Cwiek",
             role = c("aut", "cre"),
             email = "prc.altodato@gmail.com"),
      person(given = "David",
             family = "Megginson",
             role = "ctb",
             comment = "Author of data set with airports list https://ourairports.com/data/"),
      person(given = "Greg",
             family = "Thompson",
             role = "ctb",
             comment = "Author of data set with airports list https://www.aviationweather.gov/docs/metar/stations.txt"))
Maintainer: Pawel Cwiek <prc.altodato@gmail.com>
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 
  <https://www.aviationweather.gov/metar> and historical reports from
  Iowa Environmental Mesonet web page of Iowa State University
  ASOS-AWOS-METAR <http://mesonet.agron.iastate.edu/AWOS/>.
License: GPL (>= 3)
URL: https://github.com/prcwiek/pmetar
BugReports: https://github.com/prcwiek/pmetar/issues
Depends: R (>= 3.5.0), utils, stats
Imports: curl, dplyr, httr, lubridate, magrittr, RCurl, tidyr, stringr
Suggests: knitr, rmarkdown, testthat, tibble
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-07 19:53:39 UTC; pawel
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://www.aviationweather.gov/docs/metar/stations.txt)
Repository: CRAN
Date/Publication: 2022-03-08 08:40:02 UTC
