Type: Package Package: RSAGA Title: SAGA Geoprocessing and Terrain Analysis Version: 1.4.2 Date: 2025-02-01 Authors@R: c( person("Alexander", "Brenning", , "alexander.brenning@uni-jena.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6640-679X")), person("Donovan", "Bangs", role = "aut"), person("Marc", "Becker", role = "aut"), person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-0748-6624")), person("Fabian", "Polakowski", , "fabian.polakowski@gmail.com", role = "ctb") ) 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 . License: GPL-2 | file LICENSE URL: https://github.com/r-spatial/RSAGA Depends: gstat, plyr, R (>= 3.5), shapefiles Imports: magrittr, stats, stringr, utils Suggests: gam, knitr, rmarkdown, sf, testthat, tibble VignetteBuilder: knitr Encoding: UTF-8 LazyData: true LazyLoad: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: SAGA GIS (2.3 LTS - 9.7.2) Collate: 'gridtools.R' 'RSAGA-core.R' 'RSAGA-modules.R' 'RSAGA-utils.R' 'RSAGA-package.R' 'landslides.R' 'dem.R' 'study_area.R' Config/pak/sysreqs: libabsl-dev libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev saga libudunits2-dev Repository: https://r-spatial.r-universe.dev Date/Publication: 2025-02-04 15:36:55 UTC RemoteUrl: https://github.com/r-spatial/rsaga RemoteRef: HEAD RemoteSha: 468d75520bc3022c0fd6976f8f2471f9c045b20b NeedsCompilation: no Packaged: 2026-07-04 01:21:17 UTC; root Author: Alexander Brenning [aut, cre] (ORCID: ), Donovan Bangs [aut], Marc Becker [aut], Patrick Schratz [ctb] (ORCID: ), Fabian Polakowski [ctb] Maintainer: Alexander Brenning