-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.62 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
Package: euosi
Type: Package
Title: Calculate the Open Soil Index Score for Europe
Version: 0.0.7
Authors@R: c(
person(given = "Gerard", family = "Ros", email = "[email protected]", role = c("aut","cre")),
person(given = "Elise", family = "van Eynde", email = "[email protected]", role = "aut"),
person(given = "Sven", family = "Verweij", email = "[email protected]", role = "aut"),
person(given = "Yuki", family = "Fujita", email = "[email protected]", role = "ctb"),
person(given = "Brent", family = "Riechelman", email = '[email protected]', role = "ctb"),
person(given = "Nutriënten Managment Instituut", email = "[email protected]", role = "cph"))
Description: The Open Soil Index (OSI) is a method to evaluate the quality of soils of agricultural fields and the sustainability of the current agricultural practices.
The OSI score is based on four main criteria: chemical, physical, biological and management. This package is the European implementation of the Dutch Open Bodem Index Calculator (OBIC).
By providing results of a soil analysis and management info the 'euosi' package can be use to calculate the scores, indicators and derivatives that are used to evaluate soil quality.
More information about the Open soil Index can be found at <https://pubs.acs.org/doi/10.1021/acs.est.2c04516#>.
Depends:
R (>= 3.5.0)
Imports:
checkmate,
data.table,
OBIC
License:
GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggplot2,
patchwork,
covr
VignetteBuilder: knitr