From f9488402cba77113adc63b35f037ba305a3420b7 Mon Sep 17 00:00:00 2001 From: Robin Lovelace Date: Mon, 22 Aug 2022 15:26:50 +0100 Subject: [PATCH] Update readme with link to foss4g workshop material --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d40b9d..4f7b840 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ Interpreted interface between GRASS geographical information system and R, based The original interface **GRASS** package for `GRASS 5` (2000-2010) is described in Bivand (2000) (https://doi.org/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-2023). The **rgrass** package modernizes the interface for `GRASS 8` while still permitting the use of `GRASS 7`. -If you use OSGeo4W on Windows, remember that you must start RStudio, Rgui or console R from within the OSGeo4W shell. +### Installation + +This package depends on [GRASS](https://grass.osgeo.org/) version 8 or above. + +If you use OSGeo4W on Windows (recommended), remember that you must start RStudio, Rgui or console R from within the OSGeo4W shell. +See the [workshop on **rgrass** at FOSS4G 2022](https://rsbivand.github.io/foss4g_2022/modernizing_220822.html) for a detailed introduction with reproducible examples. If you would like to contribute, please see the CONTRIBUTING file in the .github folder.