Type: Package Package: stationaRy Title: Detailed Meteorological Data from Stations All Over the World Version: 0.5.1 Description: Acquire hourly meteorological data from stations located all over the world. There is a wealth of data available, with historic weather data accessible from nearly 30,000 stations. The available data is automatically downloaded from a data repository and processed into a 'tibble' for the exact range of years requested. A relative humidity approximation is provided using the 'August-Roche-Magnus' formula, which was adapted from Alduchov and Eskridge (1996) . Authors@R: person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-3925-190X")) License: MIT + file LICENSE URL: https://github.com/rich-iannone/stationaRy BugReports: https://github.com/rich-iannone/stationaRy/issues Depends: R (>= 3.2.1) Imports: dplyr (>= 0.8.3), readr (>= 1.3.1), downloader (>= 0.4), lubridate (>= 1.7.4), lutz (>= 0.3.1), progress (>= 1.2.2), stringr (>= 1.4.0), tidyr (>= 0.8.3), magrittr Suggests: covr, testthat Encoding: UTF-8 ByteCompile: true RoxygenNote: 7.0.2 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://rich-iannone.r-universe.dev Date/Publication: 2020-05-04 16:36:00 UTC RemoteUrl: https://github.com/rich-iannone/stationary RemoteRef: HEAD RemoteSha: 1734eedf804e4839220763c762d1ed5c1f67a871 NeedsCompilation: no Packaged: 2026-06-09 08:51:36 UTC; root Author: Richard Iannone [aut, cre] (ORCID: ) Maintainer: Richard Iannone