Lesson 7 of 8
In Progress

Boundary Data

‼️NOTE: The rgeoboundaries package is no longer available from CRAN. So you must install it with the code below before starting this lesson:

if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("wmgeolab/rgeoboundaries", force = TRUE)

🚗 Video too fast or too slow? Click the gear icon ⚙️ at the bottom-right to change the speed!


Lesson code

Please download the zip folder below to code along with the instructor!

After downloading, unzip the folder, open the RStudio Project file within, then open the “VIDEO_CODE_ALONG” script and type along with the instructor in the video above!

Lesson notes

The written guide below is an accompaniment to the lesson video. You may read through it if you prefer written tutorials to video content.

👋 Before you go, leave an anonymous rating & feedback

Average rating 4.8 / 5. Vote count: 26

No votes so far! Be the first to rate this post.

Please share any positive or negative feedback you may have.

Feedback is completely anonymous

4 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Ester Ndahekelekwa

Hallo, I need assistance.

I am unable to complete this code along as my rgeoboundaries package refused to load, I am receiving the error as indicated below.

# Load the rgeoboundaries package
> library(rgeoboundaries)
Error: package or namespace load failed for ‘rgeoboundaries’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 namespace ‘fastmap’ 1.1.1 is already loaded, but >= 1.2.0 is required
>

Anaïs

I have the same problem and removing it from pacman does not help. Is there an other option to download the package manually?

Ludovick

Have you tried github? https://github.com/wmgeolab/rgeoboundaries
Go to code download the zip file then install manually through the “README.rmd” file

4
0
Questions or comments?x