forked from geanders/weathermetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1004 Bytes
/
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
Package: weathermetrics
Type: Package
Title: Functions to Convert Between Weather Metrics
Version: 1.2.2.9000
Date: 2016-05-19
Authors@R: c(person("Brooke", "Anderson",
email = "[email protected]", role = c("aut", "cre")),
person("Roger", "Peng", email = "[email protected]", role = c("aut")),
person("Joshua", "Ferreri", email = "[email protected]",
role = c("aut")),
person("Doug", "Friedman", email = "[email protected]", role = "ctb"))
Description: Functions to convert between weather metrics, including conversions
for metrics of temperature, air moisture, wind speed, and precipitation.
This package also includes functions to calculate the heat index from
air temperature and air moisture.
URL: https://github.com/geanders/weathermetrics/
BugReports: https://github.com/geanders/weathermetrics/issues
License: GPL-2
LazyData: true
RoxygenNote: 6.0.1
Depends:
R (>= 2.10)
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr