Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.71 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.71 KB

eumammals

Research compendium to create reproducible examples for the R package funbiogeo. These datasets are derived from IUCN mammals range maps (raw data available here) and the traits database PanTHERIA (database available here and metadata available here).

Content

This repository is structured as follow:

  • 📁 data/: contains raw data to create datasets (except for IUCN range maps).

  • 📁 analyses/: contains the R script prepare-data.R to create datasets

  • 📁 outputs/: contains all the datasets that we will be used as examples in the project funbiogeo

  • 📄 DESCRIPTION: contains project metadata (author, date, dependencies, etc.)

  • 📄 renv.lock: contains recipe to locally install required packages (and their versions)

Usage

Clone the repository and run this command in R/RStudio:

source(here::here("analyses/prepare-data.R"))

Note that all required packages, listed in the DESCRIPTION and renv.lock files, will be installed.