Setup instructions

for ‘Analysing Spatial Data using R’ event

Setup Instructions
Author

Haziq Jamil

Published

March 5, 2024

Setup instructions

Welcome to the Brunei R User Group Meetup entitled “Analysing spatial data using R”. Prior to attending the event, please ensure you have done the following.

  1. Install R and RStudio from https://posit.co/download/rstudio-desktop/.

    Note: These are two different things, so please ensure you have installed both of them. Tak a look also at https://bruneir.github.io/posts/welcome/

  2. Install the following R packages by running the following code in the RStudio console:

    install.packages(c(
      "tidyverse", 
      "sf", 
      "kernlab", 
      "ggrepel", 
      "osrm", 
      "remotes",
      "CARBayes",
      "mapview",
      "scales",
      "ggsci",
      "remotes"
    ))
  3. Install the {bruneimap} package by running the following code in the RStudio console.

    remotes::install_github("propertypricebn/bruneimap")
  4. Download the material for this workshop by cloning the GitHub repo or downloading the zip file. Unzip the file (or clone the repo) onto a convenient location on your computer.

  5. Click on brm-spatial.Rproj to open the project in RStudio.

Ready to rock and roll! 🎸

Addendum

Depending on the OS you are using, you may need to install additional developer tools.