-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.61 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
Package: BLN
Type: Package
Title: Calculate the Soil Quality Assessment Score using the Dutch BLN framework
Version: 0.5.1
Authors@R: c(
person("Gerard", "Ros", email = "[email protected]", role = c("aut","cre")),
person("Sven", "Verweij", email = "[email protected]", role = "aut"),
person("Yuki", "Fujita", email = "[email protected]", role = "aut"),
person("Noud", "van Dam", email = "[email protected]", role = "aut"),
person("Brent", "Riechelman", email = '[email protected]', role = "aut"),
person("Nutriënten Managment Instituut", email = "[email protected]", role = "cph"))
Description: The Dutch Soil Quality Assessment Framework (BLN) is a method to evaluate the quality of soils of agricultural fields in The Netherlands.
The soil quality score is based on various criteria whereas chemical, physical, biological soil functions are defined and evaluated in view of five ecosystem services.
By providing results of a soil analysis and field data the 'BLN' package can be use to calculate the scores, indicators and derivatives for soil quality assessment.
For agricultural functions it extends on the Open Soil Index R-package.
Depends:
R (>= 3.5.0)
Imports:
checkmate,
data.table,
OBIC,
future.apply,
progressr,
future,
parallelly
License:
GPL-3
URL: https://github.com/AgroCares/BLN
BugReports: https://github.com/AgroCares/BLN/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
sf,
ggplot2,
patchwork,
carboncastr
VignetteBuilder: knitr