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