Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
helenewegener committed Dec 20, 2024
1 parent cca6848 commit db065dd
Show file tree
Hide file tree
Showing 77 changed files with 5,811 additions and 1,364 deletions.
13 changes: 11 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,29 @@ website:
- href: presentations/presentation1.qmd
text: "Presentation 1: Base R and Tidyverse"
- href: presentations/presentation2.qmd
text: "Presentation 2: Advanced Tidyverse"
text: "Presentation 2: Advanced Tidyverse"

- href: data/data.qmd
text: "Data️"

- section: "Exercises"
contents:
- href: exercises/exercises0.qmd
- href: exercises/exercise0.qmd
text: "Exercise 0: R script and Quarto"
- href: exercises/exercise1.qmd
text: "Exercise 1: Data Clean Up"
- href: exercises/exercise2.qmd
text: "Exercise 2: Data Clean Up"


- section: "Solutions"
contents:
- href: solutions/solution1.qmd # solutions/solution_not_up.qmd #
text: "Exercise 1 - Solution"
- href: solutions/solution2.qmd # solutions/solution_not_up.qmd #
text: "Exercise 2 - Solution"
- href: solutions/solution3.qmd # solutions/solution_not_up.qmd #
text: "Exercise 3 - Solution"

- section: "Cheat Sheets"
contents:
Expand Down
4 changes: 3 additions & 1 deletion assets/theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ $code-block-bg-alpha: -.8;
.cell-output {
border-radius: 4px;
padding: 10px;
}
}


Loading

0 comments on commit db065dd

Please sign in to comment.