Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 3.21 KB

README.md

File metadata and controls

60 lines (39 loc) · 3.21 KB

Computational Environment Example 4

Orienting you to the GitHub repository

There are lots of links here, they're here to help understand the different branches in GitHub.

If you already know this, then feel free to jump to the instructions below.

There are three branches in this repository.

There's an identical analysis.R file in all three branches.

There's an identical CompEnv-Ex4.Rproj file in all three branches.

Two of the branches have files that capture the computational environment:

Instructions

  1. Click the links below to open the Binders for branch-a and branch-b. These will take you to RStudio. We recommend you right click and select "Open Link in a New Tab" in order to keep these instructions visible.
  1. Open the analysis.R file by clicking on it in the bottom right window.

    This will open a new window in the upper left, above the R console, containing the code.

  2. With your cursor, highlight the all of the code in the new window. Run the code by clicking the "Run" button at the top of this window.

Questions

  • What's different between these two branches?
  • What is the difference in the output?
  • How do these differences arise?