-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.63 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.63 KB
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
Package: RPhosFate
Type: Package
Title: Soil and Chemical Substance Emission and Transport Model
Version: 2.0.1.9000
Authors@R: person("Gerold", "Hepp", email = "gisler@hepp.cc", role = c("aut", "cre"))
Description: An enhanced version of the semi-empirical, spatially distributed
emission and transport model PhosFate implemented in 'R' and 'C++'. It is
based on the D-infinity, but also supports the D8 flow method. The currently
available substances are suspended solids (SS) and particulate phosphorus
(PP). A major feature is the allocation of substance loads entering surface
waters to their sources of origin, which is a basic requirement for the
identification of critical source areas and in consequence a cost-effective
implementation of mitigation measures. References: Hepp et al. (2022)
<doi:10.1016/j.jenvman.2022.114514>; Hepp and Zessner (2019)
<doi:10.3390/w11102161>; Kovacs (2013)
<http://hdl.handle.net/20.500.12708/9468>.
License: AGPL (>= 3)
URL: https://gisler.github.io/RPhosFate/
BugReports: https://github.com/gisler/RPhosFate/issues
Language: en-GB
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends:
R (>= 4.0.0)
Imports:
checkmate,
graphics,
methods,
Rcpp,
stats,
terra,
tools,
utils,
yaml
Suggests:
knitr,
rmarkdown,
tinytest,
whitebox (>= 2.0.0)
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Collate:
'GOFmetrics.R'
'aaa.R'
'RPhosFate.R'
'RcppExports.R'
'assertives.R'
'gettersSetters.R'
'input.R'
'interface.R'
'utils.R'
'zzz.R'