-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.85 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
56
57
58
59
60
61
Package: CropWaterBalance
Title: Climate Water Balance for Irrigation Purposes
Version: 0.2.0.9000
Authors@R: c(
person(
given = "Gabriel Constantino",
family = "Blain",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8832-7734")),
person(
given = "Graciela R.",
family = "Sobierajski",
role = "aut",
comment = c(ORCID = "0000-0002-7211-9268")),
person(
given = "Regina C.",
family = "Matos Pires",
role = "aut",
comment = c(ORCID = "0000-0003-4200-7094")),
person(
given = "Adam H.",
family = "Sparks",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-0061-8359")),
person(
given = "Leticia L.",
family = "Martins",
role = "aut",
comment = c(ORCID = "0000-0002-0299-3005"))
)
Description: Calculates daily climate water balance for irrigation purposes and
also calculates the reference evapotranspiration (ET) using three methods,
Penman and Monteith (Allen et al. 1998, ISBN:92-5-104219-5);
Priestley and Taylor (1972) <doi:10/cr3qwn>; or Hargreaves and Samani (1985)
<doi:10.13031/2013.26773>. Users may specify a management allowed depletion
(MAD), which is used to suggest when to irrigate. The functionality allows
for the use of crop and water stress coefficients as well.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.10)
LazyData: true
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Imports:
PowerSDI,
lubridate,
stats
URL: https://github.com/gabrielblain/CropWaterBalance, https://gabrielblain.github.io/CropWaterBalance/
BugReports: https://github.com/gabrielblain/CropWaterBalance/issues
VignetteBuilder: knitr
Language: en-US