Skip to content

Commit

Permalink
Update R version in setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci authored May 20, 2024
1 parent 1e45b4d commit 020378a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The installation of the geospatial libraries GDAL, GEOS, and PROJ.4 varies signi

### Windows

To install the geospatial libraries GDAL, GEOS, and PROJ.4, install Rtools version 4.3 [RTools](https://cran.r-project.org/bin/windows/Rtools/)
To install the geospatial libraries GDAL, GEOS, and PROJ.4, install Rtools version 4.4 [RTools](https://cran.r-project.org/bin/windows/Rtools/)

:::::::::::::::::::::::::

Expand Down Expand Up @@ -123,7 +123,7 @@ $ sudo apt-get install -y libudunits2-dev

### R

Participants who do not already have `R` installed should download and install the latest version. For those who already have R installed, make sure to have at least version 4.3.3. If not, please upgrade. You can check your R version by typing the following code in your R console.
Participants who do not already have `R` installed should download and install the latest version. For those who already have R installed, make sure to have at least version 4.4.0. If not, please upgrade. You can check your R version by typing the following code in your R console.
```R
version[['version.string']]
```
Expand Down

0 comments on commit 020378a

Please sign in to comment.