Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
benholmgren committed Apr 22, 2024
1 parent 0bb3372 commit e3998d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2023-04-12-data-wrangling.md
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,9 @@ the directory `MontanaCounties_shp` should be created after it is unzipped.
To manipulate shape data, we will use the `rgdal` and the `spatial polygons` library.
Download and import the library `gdal` library, and import `sp` which is a built-in library in R:

`NOTE: The rgdal library has recently been retired. Former versions can be downloaded at the address [here](https://cran.r-project.org/src/contrib/Archive/rgdal/). We are working actively on a transition to an alternate package.`
`NOTE: The rgdal library has recently been retired. Former versions can be downloaded at the address below. We are working actively on a transition to an alternate package.`

Old versions of the library are available [here](https://cran.r-project.org/src/contrib/Archive/rgdal/).

```
install.packages("rgdal")
Expand Down

0 comments on commit e3998d5

Please sign in to comment.