The ithir R Package

The ithir R package is required for running many of the Digital Soil Mapping examples on this site. It provides key datasets as well as several useful functions.

The package is openly available via GitHub at:
πŸ‘‰ github.com/brendo1001/ithir_github

Additional information about ithir is also available here.


πŸ“¦ How to Install

Before installing ithir, make sure you have R installed on your system.
If you’re not sure how, see Part 1 of R Literacy for Digital Soil Mapping.

Once R is ready, run the following commands in your R console:

install.packages("devtools") 
library(devtools)
install_github("brendo1001/ithir_github/pkg")  # install ithir package from GitHub

You can verify the installation by loading the package:

library(ithir)

πŸ“ Download Example Script

You can download an installation script here: πŸ‘‰ rPackageInstallation_ithir.R