-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
25 lines (25 loc) · 862 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
Package: ETPart
Title: Partitioning evapotranspiration into transpiration and evaporation
Version: 0.0.0.9000
Authors@R:
c(person(given = "Thomas",
family = "Wutzler",
role = c("aut", "cre"),
email = "twutz@bgc-jena.mpg.de",
comment = c(ORCID = "0000-0003-4159-5445")),
person("Oscar", "Perez-Priego", email = "opriego@ugr.es", role = c("aut")))
Description: Tools that partition evapotranspiration flux (ET) into
transpiration (T) and Evaporation (E). Including TEA (Nelson18)
and physically based (Priego18).
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports: dplyr, mmand, parsnip, purrr, ranger, recipes, tidyr, workflows,
FME, bigleaf
Suggests:
testthat (>= 3.0.0), rvest
Config/testthat/edition: 3
Depends:
R (>= 3.6)