This intensive one-week workshop is conducted in collaboration with Crop Trust as part of the PDFF project. Its primary goal is to train participants in the use of R-based tools and methodologies for analyzing the conservation status of crop wild relatives and landraces, enabling precise prioritization of future collecting missions for genebanks.
Duration: December 1st – December 5th, 2025
Project: Power of Diversity Funding Facility (PDFF)
Location: ICIPE, Nairobi Campus, Kenya
Focus: Hands-on R training, Spatial Analysis, Gap Score Calculation, and Collecting Planning
The agenda is structured over one week, focusing on foundational skills in R and spatial analysis before moving into advanced Gap Analysis methodologies.
All essential files, code, presentations, and communication channels are centralized here for easy access.
All presentations, data files, and supplementary documents are accessible via the main workshop folder .
Access the R scripts, R packages, and data used during the hands-on practice sessions for local use
Use this dedicated forum for questions, troubleshooting code errors, discussion on methodologies, and networking with facilitators and fellow participants before, during, and after the workshop
Participants must ensure the following are installed and functioning before Day 1:
Operating System: Windows 10 (minimum)
Memory (RAM): 8 GB of RAM at least
Storage: Enough space on disk
Permissions: You must have Administrative rights to install software
I. Core Software
R Software: https://cran.r-project.org/bin/windows/base/
RStudio IDE: https://posit.co/downloads/
RTools: For Windows, follow the instruction here: https://cran.r-project.org/bin/windows/Rtools/rtools44/rtools.html
Java JDK: Required to run a Shiny app. Install the x64 Installer from: https://www.oracle.com/java/technologies/downloads/#jdk23-windows
II. Required R Packages
Please ensure the following packages are installed. Copy and paste these code lines in the R console.
install.packages("pacman")
library(pacman)
pacman::p_load(tidyverse,terra,sf,readxl,readr,writexl,geodata,tmap,leaflet,tidysdm,remotes)