Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.23 KB

merge.md

File metadata and controls

26 lines (14 loc) · 1.23 KB

Observe the merged contributions


If the session is live:

  1. Collaborator's screen: Once all parameters are collated, look out for the results on your collaborator/instructor's screen. After inspecting and accepting your pull requests (in the pull request tab in their GitHub repository), they will pull their GitHub repository into their local repository.

  2. Collaborator's screen: They will knit the Rmarkdown file plot-trait-evolution.Rmd which sources all the contributed files. Knitting a Rmarkdown file means rendering the Rmarkdown code (that integrate R code and Markdown code) into a defined format, here a html file. This file generates plots and figures based on the parameters that were contributed.

  3. Collaborator's screen: If all packages needed to run this script and to knit the file into a html page are installed, this file will generate plots and figures based on the parameters that were contributed.

If the session is asynchronous:

You can see the full result of a previous session here.


Previous | Next