Package: rgrass Version: 0.5-3 Date: 2025-07-09 Title: Interface Between 'GRASS' Geographical Information System and 'R' Authors@R: c( person("Roger", "Bivand", role = c("aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")), person("Sebastian", "Jeworutzki", role = "ctb", email="Sebastian.Jeworutzki@rub.de", comment=c(ORCID="0000-0002-2671-5253")), person("Rainer", "Krug", role = "ctb", email="Rainer@krugs.de", 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="neteler@osgeo.org", comment=c(ORCID="0000-0003-1916-1966")), person("Steven", "Pawley", role = c("cre", "aut"), email="dr.stevenpawley@gmail.com", comment=c(ORCID="0000-0002-5524-3320")), person("Floris", "Vanderhaeghe", role = "ctb", email="floris.vanderhaeghe@inbo.be", 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) and Bivand (2001) . 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), withr, fs 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 Config/pak/sysreqs: libxml2-dev Repository: https://osgeo.r-universe.dev Date/Publication: 2025-08-29 04:27:51 UTC RemoteUrl: https://github.com/osgeo/rgrass RemoteRef: HEAD RemoteSha: 7740c980e18d360929f3652680de837c8542ef7a NeedsCompilation: no Packaged: 2026-07-03 07:23:32 UTC; root Author: Roger Bivand [aut] (ORCID: ), Sebastian Jeworutzki [ctb] (ORCID: ), Rainer Krug [ctb] (ORCID: ), Robin Lovelace [ctb] (ORCID: ), Markus Neteler [ctb] (ORCID: ), Steven Pawley [cre, aut] (ORCID: ), Floris Vanderhaeghe [ctb] (ORCID: ) Maintainer: Steven Pawley