UofTChem-Teaching / R4EnvChem

Textbook of R recipes and workflows for environmental chemists.
https://uoftchem-teaching.github.io/R4EnvChem/
1 stars 2 forks source link

Reorganized the first half of the textbook -- up to the new chapter 6 #49

Closed scr1104 closed 1 year ago

scr1104 commented 1 year ago

Old structure: Part 1: Getting Started in R Chapter 1: Installing R Chapter 2: RStudio Projects Chapter 3: R Coding Basics Chapter 4: Workflows for R Coding Chapter 5: Using R Markdown Chapter 6: R Tutorial Exercise

New structure: Part 1: Getting Started in R Chapter 1: Intro to R and RStudio (intro.Rmd) Chapter 2: R Studio Projects (r-studio-projects.Rmd) Chapter 3: How to Use This Textbook (this_textbook.Rmd) Part 2: How to Code in R Chapter 4: R Coding Basics (running-r-code.Rmd) Chapter 5: Workflows for R Coding (r-workflows.Rmd) Chapter 6: Using R Markdown (r-markdown.Rmd) Chapter 7: R packages and Tidyverse

Updated up to the new chapter 6 based on our meeting discussion.

Changes overview:

scr1104 commented 1 year ago

Aug 20th Update:

Changes overview:

scr1104 commented 1 year ago

Aug 26th Update:

General Updates:

Specific Chapter Updates:

Chapter 3:

Chapter 4:

Chapter 6:

Chapter 7:

These modifications reflect the feedback from our last meeting.

NOTE: The latest commit I made includes automatic changes in many files from the docs folder. Please ignore anything that comes from this folder, thanks for understanding!