A four-day workshop on reproducible science
Who: G.G.O Dossa
When: 9am-5:30 pm every day from June 27-30, 2022
Where: XTBG
The following is the tentative outline of a two day workshop that will be held in Xishuangbanna Tropical Botanical Garden (XTBG) from June 27-30 2022. The purpose of this workshop is to get participants familiar with the concept of reproducible science that is surprisingly not commonly taught but which is becoming a requirement for better collaboration (not only with others but with oneself through time) and for credible science. At the end of this workshop, attendees should be familiar with tools use to achieve reproducible science, will be more confident with themselves, and be inclined to adopt these tools which will ease their collaboration with themselves as well as others. This course consists of four main parts which aim to putting everything from data to final report including r code and some interpretations and also exercises as step by step work me through method. This course will be mainly taught by Dossa G.G.O. click here to email me. Dossa teaches this section yearly at the postgraduate Advanced Fieldcourse in Ecology and Conservation – XTBG AFEC-X for the past three years.
Who should attend this course?
Anyone who carries out research either as student, or research staff and seeks guidance to manage data efficiently, to improve peers credibility in their research output, and is keen to make science solid and credible. Consider thinking about the following questions:
tidyverse
[Module3 |
Exercise | solutions | video]tidyverse
using ggplot2
[Module4 | Exercise | solutions | video]knitr
[Module5
| Exercise | solutions | video]Attendees are required to install the following software beforehand
1- Git
6- Have Git, GitHub and RStudio talk to each other following these guidelines (section 2.2.2 Configuration only).
7- Install the following R
packages:
tidyverse
, sf
, emo
,
janitor
, palmerpenguins
, usethis
and lubridate.
You can install them all at once by running
the following code in the R
command line:
install.packages(c("tidyverse", "sf", "emo", "janitor", "palmerpenguins", "usethis", "lubridate"))
Below are books you can read at your spare time not required to read before the course.
10- R Markdown book
Also kindly read the two following documents prior to start of the workshop: (i) Five selfish reasons and (ii) Reproducible code.
If you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Any computer code (R, HTML, CSS, etc.) in slides and worksheets, including in slide and worksheet sources, is also licensed under MIT.