• Overview
• Data
sources
• Workflow
•
Content
•
Installation
•
Usage
•
Contributing
The RESPIN project (REinforcing Science-Policy INterfaces for integrated biodiversity and climate knowledge and policies) is looking to improve the uptake of existing knowledge on biodiversity and climate in decision-making and to strengthen collaboration between IPBES and IPCC. To do so, RESPIN aims to identify gaps in the knowledge provision and develop ideas for how to improve the engagement of experts.
This analysis focus on ongoing engagement in IPBES and IPCC processes and existing capacity building activities for knowledge holders to engage with IPBES and IPCC in Europe and Central Asia.
This project uses the IPBES regions and sub-regions layer available on Zenodo.
This repository is structured as follow:
-
DESCRIPTION
: contains project metadata (authors, date, dependencies, etc.) -
make.R
: main R script to run the entire project -
R/
: contains R functions developed especially for this project -
analyses/
: contains R scripts to run analyses -
figures/
: contains maps as PNG files
To install this compendium:
- Fork this repository using the GitHub interface.
- Clone
your fork using
git clone fork-url
(replacefork-url
by the URL of your fork). Alternatively, open RStudio IDE and create a New Project from Version Control.
Launch the
make.R
file
with:
source("make.R")
Notes
- All required packages listed in the
DESCRIPTION
file will be installed (if necessary) - All required packages and R functions will be loaded
- Some analyses listed in the
make.R
might take time
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.