-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
61 lines (61 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: RSAGA
Type: Package
Title: SAGA Geoprocessing and Terrain Analysis
Version: 1.4.1
Date: 2023-12-22
Authors@R: c(
person("Alexander", "Brenning",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-6640-679X')),
person("Donovan", "Bangs",
role = "aut"),
person("Marc", "Becker",
role = "aut"),
person("Patrick", "Schratz",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = '0000-0003-0748-6624')),
person("Fabian", "Polakowski",
role = c("ctb"),
email = "[email protected]")
)
Description: Provides access to geocomputing and terrain analysis functions
of the geographical information system (GIS) 'SAGA' (System for Automated
Geoscientific Analyses) from within R by running the command line version of
SAGA. This package furthermore provides several R functions for handling ASCII
grids, including a flexible framework for applying local functions (including
predict methods of fitted models) and focal functions to multiple grids. SAGA
GIS is available under GPL-2 / LGPL-2 licences from
<https://sourceforge.net/projects/saga-gis/>.
URL: https://github.com/r-spatial/RSAGA
License: GPL-2 | file LICENSE
Encoding: UTF-8
SystemRequirements: SAGA GIS (2.3 LTS - 8.4.1)
Depends:
R (>= 2.10),
gstat,
shapefiles,
plyr
Imports:
stats,
utils,
stringr,
magrittr
Suggests:
sf,
sp,
knitr,
testthat,
rmarkdown
LazyLoad: yes
Collate:
'gridtools.R'
'RSAGA-core.R'
'RSAGA-modules.R'
'RSAGA-utils.R'
'RSAGA-package.R'
'landslides.R'
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)