-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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) <doi:10.1175%2F1520-0450%281996%29035%3C0601%3AIMFAOS%3E2.0.CO%3B2>.
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
LazyData: true
ByteCompile: true
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)