Skip to content

Commit

Permalink
Update r_install.md
Browse files Browse the repository at this point in the history
Small changes to hyperlinks.
  • Loading branch information
rhoded2 authored Apr 8, 2024
1 parent ebe0c27 commit 6c3dd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _docs/guides/r_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Step-by-step installation instructions for R geospatial packages.

### Introduction to R:

https://learninghub.ons.gov.uk/course/view.php?id=498
[Introduction to R on the Learning Hub](https://learninghub.ons.gov.uk/course/view.php?id=498)

This course is quite long (about 20 hours) but brings you up to a level needed to do further training in GIS in R.

Expand All @@ -21,9 +21,9 @@ The Introduction to R course is downloaded to your computer and the course files

### Introduction to GIS in R:

https://onsgeo.github.io/geospatial-training/docs/intro_to_gis_in_r
[Introduction to GIS in R](https://onsgeo.github.io/geospatial-training/docs/intro_to_gis_in_r)

This course builds on what you learn in the Introduction to R and introduces the sf and tmap packages. Note that its instructions for installing libraries are incomplete and will not work, you must install them using the format: *install.packages(“package_name2”, dependencies = TRUE, type = “win.binary”)*
This course builds on what you learn in the Introduction to R and introduces the sf and tmap packages.


## Suggested R packages to install:
Expand Down

0 comments on commit 6c3dd4d

Please sign in to comment.