Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.19 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.19 KB

This repository is a template for every teams introduction to Git, GitHub, and Rmarkdown repository. This is the first module of FREC 3044 Environmental Data Science, intended to set students set up in Git and GitHub on their local computers.

assignment

All work for this assignment is in the assignment directory. Student will generate their own Rmarkdown files so the assignment is contained in a markdown file called instructions.md. The general rubric you will be graded on is found in the rubric.md file.

Special files

Additionally this repository, and all team repositories, includes most of the special files found here:

Common files

  • README.md this file, a general overview of the repository in markdown format.
  • lesson.md a description of the assignment.
  • rubic.md a description of the evaluation criteria
  • .gitignore Optional file, ignore common file types we don't want to accidentally commit to GitHub. Most projects should use this.
  • *.Rproj an R-Project file created by RStudio for it's own configuration of the repo files. Some people prefer to .gitignore this file, it is optional for team repos to ignore or commit their own <REPO-NAME>.Rproj file.