-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.2 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
Package: apus
Type: Package
Title: Advises an optimal fertilizer mix for a farm
Version: 0.1.0
Authors@R: c(
person(given = "Sven",
family = "Verweij",
email = "[email protected]",
role = c("aut","cre"),
comment = c(ORCID = '0000-0002-5573-3952')),
person(given = "Gerard",
family = "Ros",
email = "[email protected]",
role = "aut"),
person(given = "Nutriënten Managment Instituut",
email = "[email protected]",
role = "cph"))
Description: apus optimizes the fertilizer mix (type and dose) for a farm based on the agronomic nutrient
requirements, legal norms, crop-dose response curves, available fertilizers in order to find the best
economic result within the provided agronomic and environmental boundaries.
License: GPL (>= 3)
URL: https://github.com/AgroCares/apus
BugReports: https://github.com/AgroCares/apus/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
checkmate,
cli,
coro,
data.table,
R6,
torch
Suggests:
devtools,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.5)