diff --git a/.DS_Store b/.DS_Store index 69b304f..b007005 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docs/img/Mica.jpeg b/docs/img/Mica.jpeg index 5b96e05..a07df29 100644 Binary files a/docs/img/Mica.jpeg and b/docs/img/Mica.jpeg differ diff --git a/docs/plan.html b/docs/plan.html index 09f5c46..6a253d6 100644 --- a/docs/plan.html +++ b/docs/plan.html @@ -199,10 +199,9 @@
These sessions serve as a roadmap, offering a glimpse into the topics we believe are essential for our club. Please note, this itinerary is not set in stone; we aim for flexibility rather than adherence to a strict sequence. Our goal is to adapt the content and order of sessions based on the group’s progress, interests, and feedback.
-We plan to convene twice a month. Details regarding the meeting room and specific dates will be announced once reservations are confirmed.
Stay tuned for updates!
April 26, 2024 at 10:30 am via Zoom
Familiarize participants with the R environment, RStudio interface, and the basics of package management.
diff --git a/docs/search.json b/docs/search.json index c2379d5..09ac9ca 100644 --- a/docs/search.json +++ b/docs/search.json @@ -4,14 +4,14 @@ "href": "plan.html", "title": "Session Plan", "section": "", - "text": "These sessions serve as a roadmap, offering a glimpse into the topics we believe are essential for our club. Please note, this itinerary is not set in stone; we aim for flexibility rather than adherence to a strict sequence. Our goal is to adapt the content and order of sessions based on the group’s progress, interests, and feedback.\nWe plan to convene twice a month. Details regarding the meeting room and specific dates will be announced once reservations are confirmed.\nStay tuned for updates!" + "text": "These sessions serve as a roadmap, offering a glimpse into the topics we believe are essential for our club. Please note, this itinerary is not set in stone; we aim for flexibility rather than adherence to a strict sequence. Our goal is to adapt the content and order of sessions based on the group’s progress, interests, and feedback." }, { "objectID": "plan.html#session-1-introduction-to-r-rstudio-and-package-management", "href": "plan.html#session-1-introduction-to-r-rstudio-and-package-management", "title": "Session Plan", "section": "Session 1: Introduction to R, RStudio, and Package Management", - "text": "Session 1: Introduction to R, RStudio, and Package Management\n\nObjective\nFamiliarize participants with the R environment, RStudio interface, and the basics of package management.\n\n\nTopics\n\nOverview of R and its importance in data analysis.\nInstalling R and RStudio; navigating the RStudio interface.\nWorking in projects\nBasic R syntax: variables, data types, and simple operations.\nUnderstanding R packages, installing and loading them using install.packages() and library().\nExploring package documentation.\n\n\n\nActivity\nInstall R and RStudio, execute basic R commands, install a package (e.g., tidyverse), and explore its documentation." + "text": "Session 1: Introduction to R, RStudio, and Package Management\nApril 26, 2024 at 10:30 am via Zoom\n\nObjective\nFamiliarize participants with the R environment, RStudio interface, and the basics of package management.\n\n\nTopics\n\nOverview of R and its importance in data analysis.\nInstalling R and RStudio; navigating the RStudio interface.\nWorking in projects\nBasic R syntax: variables, data types, and simple operations.\nUnderstanding R packages, installing and loading them using install.packages() and library().\nExploring package documentation.\n\n\n\nActivity\nInstall R and RStudio, execute basic R commands, install a package (e.g., tidyverse), and explore its documentation." }, { "objectID": "plan.html#session-2-data-manipulation-with-tidyverse", diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/Mica.jpeg b/img/Mica.jpeg index 5b96e05..a07df29 100644 Binary files a/img/Mica.jpeg and b/img/Mica.jpeg differ diff --git a/plan.qmd b/plan.qmd index 1be1724..c5b300f 100644 --- a/plan.qmd +++ b/plan.qmd @@ -4,13 +4,11 @@ title: "Session Plan" These sessions serve as a roadmap, offering a glimpse into the topics we believe are essential for our club. Please note, this itinerary **is not set in stone**; we aim for *flexibility* rather than *adherence to a strict sequence*. Our goal is to adapt the content and order of sessions based on the group's progress, interests, and feedback. -`We plan to convene twice a month. Details regarding the meeting room and specific dates will be announced once reservations are confirmed.` - -`Stay tuned for updates!` - ## Session 1: Introduction to R, RStudio, and Package Management +`April 26, 2024 at 10:30 am via Zoom` + ### Objective Familiarize participants with the R environment, RStudio interface, and the basics of package management.