-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.31 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: WINS
Title: Crop Stress Weather Information Delivery System
Version: 0.0.1
Authors@R: c(
person("Adam", "Sparks", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359")),
person("Keith", "Pembleton", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1896-4516")),
person("Gordon", "Grundy", , "[email protected]", role = "ctb")
)
Description: Identifies likely heat or cold stress events in crops and
send an alert via e-mail to subscribers. The chillR package is used to
generate hourly weather data from Australia Bureau of Meteorology
(BOM).
License: MIT + file LICENSE
URL: https://github.com/ToowoombaTrio/WINS, https://toowoombatrio.github.io/WINS/
BugReports: https://github.com/ToowoombaTrio/WINS/issues
Depends:
R (>= 3.2.0)
Imports:
chillR,
data.table,
doParallel,
dplyr,
fields,
foreach,
foreign,
ggplot2,
iterators,
lubridate,
mailR,
parallel,
plyr,
purrr,
raster,
readr,
reshape,
settings,
stringr,
tibble,
tidyr,
xml2
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
ByteCompile: TRUE
Encoding: UTF-8
LazyData: TRUE
NeedsCompilation: no
RoxygenNote: 7.3.1