-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
34 lines (34 loc) · 2.22 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: rgrass
Version: 0.5-1
Date: 2025-01-06
Title: Interface Between 'GRASS' Geographical Information System and 'R'
Authors@R: c(
person("Roger", "Bivand", role = c("aut"), email = "[email protected]", comment=c(ORCID="0000-0003-2392-6140")),
person("Sebastian", "Jeworutzki", role = "ctb", email="[email protected]", comment=c(ORCID="0000-0002-2671-5253")),
person("Rainer", "Krug", role = "ctb", email="[email protected]", comment=c(ORCID="0000-0002-7490-0066")),
person("Robin", "Lovelace", role = "ctb", comment=c(ORCID = "0000-0001-5679-6536")),
person("Markus", "Neteler", role = "ctb", email="[email protected]", comment=c(ORCID="0000-0003-1916-1966")),
person("Steven", "Pawley", role = c("cre", "aut"), email="[email protected]", comment=c(ORCID="0000-0002-5524-3320")),
person("Floris", "Vanderhaeghe", role = "ctb", email="[email protected]", comment=c(ORCID="0000-0002-6378-6229")))
Description: An interface between the 'GRASS' geographical information system ('GIS') and 'R', based on starting 'R' from within the 'GRASS' 'GIS' environment, or running a free-standing 'R' session in a temporary 'GRASS' location; the package provides facilities for using all 'GRASS' commands from the 'R' command line. The original interface package for 'GRASS 5' (2000-2010) is described in Bivand (2000) <doi:10.1016/S0098-3004(00)00057-1> and Bivand (2001) <https://www.r-project.org/conferences/DSC-2001/Proceedings/Bivand.pdf>. This was succeeded by 'spgrass6' for 'GRASS 6' (2006-2016) and 'rgrass7' for 'GRASS 7' (2015-present). The 'rgrass' package modernizes the interface for 'GRASS 8' while still permitting the use of 'GRASS 7'.
Depends: R (>= 3.5.0)
Imports: stats, utils, methods, xml2
Suggests:
terra (>= 1.6-16),
sp (>= 0.9),
knitr,
rmarkdown,
sf,
stars,
raster (>= 3.6-3),
codetools,
testthat (>= 3.0.0)
VignetteBuilder: knitr
SystemRequirements: GRASS (>= 7)
License: GPL (>= 2)
URL: https://osgeo.github.io/rgrass/, https://grass.osgeo.org/, https://github.com/osgeo/rgrass, https://lists.osgeo.org/mailman/listinfo/grass-stats
BugReports: https://github.com/osgeo/rgrass/issues/
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Config/testthat/edition: 3