-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.36 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
Package: frost
Type: Package
Title: Prediction of Minimum Temperature for Frost Forecasting in Agriculture
Version: 0.0.7
Authors@R: c(person(given = "Ana Laura",
family = "Diedrichs",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9973-4554"),
email = "[email protected]" ),
person(given = "Facundo",
family = "Bromberg",
role = c("ths"),
comment = c(ORCID = "0000-0003-2638-1350") ),
person(given = "Diego",
family = "Dujovne",
role = c("ths"),
comment = c(ORCID = "0000-0003-4207-633X") ))
Description: A compilation of empirical methods used by farmers and agronomic engineers to predict the minimum temperature to detect a frost night. These functions use variables such as environmental temperature, relative humidity, and dew point. See <http://sedici.unlp.edu.ar/handle/10915/72102> <http://www.fao.org/docrep/008/y7223e/y7223e0b.htm#bm11.8> for details.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
ggplot2,
testthat (>= 2.1.0),
covr
Imports: methods
VignetteBuilder: knitr
URL: https://anadiedrichs.github.io/frost/ https://github.com/anadiedrichs/frost
BugReports: https://github.com/anadiedrichs/frost/issues
Date: 2019-06-26