From 2ff7ab7d30c82623a0ba0dcc234f1a39f5d01077 Mon Sep 17 00:00:00 2001 From: jtlandis Date: Wed, 19 Jun 2024 14:30:41 -0400 Subject: [PATCH 1/3] adding package not in renv to test merging and gh-pages --- index.qmd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 07be48a..5d97281 100644 --- a/index.qmd +++ b/index.qmd @@ -2,12 +2,17 @@ Welcome to How to Learn to Code!! +```{r} +#| echo: false +library(ggside) +``` + We are an organization that hopes to make learning to program approachable, accessible, and effective. We want to improve rigor and reproducibility in science by providing programming resources and experiences to scientists and professionals in all levels of their careers. Our classes are small-group based courses with a teacher:student ratio that allows the students to learn dynamically and independently. During classes, students are able to follow along with the teacher leading the instruction, or work with one of our floating teachers to troubleshoot or to better understand their own code. This is our curriculum for learning R programming in the context of data analysis. Our curriculum development team has worked tirelessly to develop this new curriculum for the Summer of 2024. We are constantly improving and updating our curricula, so if you're interested in contributing or have suggestions, please visit for our most up-to-date contact information. If you have gotten to our Class 7 over Github, or are proficient in Github yourself, feel free to submit an issue or pull request at . | Class Day | Topic | Link | -|:---------:|:------------------------------------------:|:----------------------------------:| +|:--------------:|:-----------------------------:|:-----------------------:| | 0 | Welcome to How to Learn to Code! | [Introduction](class0.qmd) | | 1 | R Coding Basics | [Coding Basics 1](class1.qmd) | | 2 | Applying Coding Basics | [Coding Basics 2](class2.qmd) | From ff7b323daa38e8ef0b6c02d27af728668ae85bdb Mon Sep 17 00:00:00 2001 From: jtlandis Date: Wed, 19 Jun 2024 14:37:26 -0400 Subject: [PATCH 2/3] echo:true --- index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 5d97281..0d47f0f 100644 --- a/index.qmd +++ b/index.qmd @@ -3,7 +3,7 @@ Welcome to How to Learn to Code!! ```{r} -#| echo: false + library(ggside) ``` From 0fe480268faade82a80ac69a0ae1bf5c685d0870 Mon Sep 17 00:00:00 2001 From: jtlandis Date: Wed, 19 Jun 2024 14:44:54 -0400 Subject: [PATCH 3/3] another change, simple test --- index.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 0d47f0f..4004bb3 100644 --- a/index.qmd +++ b/index.qmd @@ -5,6 +5,7 @@ Welcome to How to Learn to Code!! ```{r} library(ggside) +2+ 2 ``` We are an organization that hopes to make learning to program approachable, accessible, and effective. We want to improve rigor and reproducibility in science by providing programming resources and experiences to scientists and professionals in all levels of their careers. Our classes are small-group based courses with a teacher:student ratio that allows the students to learn dynamically and independently. During classes, students are able to follow along with the teacher leading the instruction, or work with one of our floating teachers to troubleshoot or to better understand their own code. @@ -12,7 +13,7 @@ We are an organization that hopes to make learning to program approachable, acce This is our curriculum for learning R programming in the context of data analysis. Our curriculum development team has worked tirelessly to develop this new curriculum for the Summer of 2024. We are constantly improving and updating our curricula, so if you're interested in contributing or have suggestions, please visit for our most up-to-date contact information. If you have gotten to our Class 7 over Github, or are proficient in Github yourself, feel free to submit an issue or pull request at . | Class Day | Topic | Link | -|:--------------:|:-----------------------------:|:-----------------------:| +|:----------------:|:----------------------------:|:----------------------:| | 0 | Welcome to How to Learn to Code! | [Introduction](class0.qmd) | | 1 | R Coding Basics | [Coding Basics 1](class1.qmd) | | 2 | Applying Coding Basics | [Coding Basics 2](class2.qmd) |