Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Season4 #54

Merged
merged 4 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 11 additions & 18 deletions docs/index.md → 00-course-info.Rmd
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
---
title: "Introduction to R"
date: "September, 2024"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
description: ""
favicon: assets/dasl_favicon.ico
output:
bookdown::word_document2:
toc: true
---

# Course Logistics and Expectations


```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## Course Description

Expand Down Expand Up @@ -84,9 +71,12 @@ Learning R can be difficult at first—it's like learning a new language, just l

Even experienced programmers find themselves bashing their heads against seemingly intractable errors. If you're finding yourself taking way too long hitting your head against a wall and not understanding, take a break, talk to classmates, e-mail me, etc.

![](images/hosrt_error_tweet.png){width=60%}
```{r echo=FALSE, out.width="60%"}
# https://twitter.com/allison_horst/status/1213275783675822080
knitr::include_graphics("/images/hosrt_error_tweet.png", error = FALSE)
```

[![Alison Horst: Gator error](images/gator_error.jpg)](https://twitter.com/allison_horst/status/1213275783675822080)
[![Alison Horst: Gator error](/images/gator_error.jpg)](https://twitter.com/allison_horst/status/1213275783675822080)

## LeaRning is Social

Expand All @@ -107,6 +97,8 @@ Our goal is to be better programmers each day, not to be the perfect programmer.
I know that everyone is busy, and we'll do our best to accomodate everyone's schedule.

Classes will be recorded, but please do not use this as an excuse to miss class. Again, those who are curious and ask questions will learn quite a bit.
<<<<<<< HEAD:00-course-info.Rmd
=======

## Class Schedule

Expand Down Expand Up @@ -156,3 +148,4 @@ The Posit Cloud workspace is for your learning. Please do not put any patient or
## Offerings

This course is taught on a regular basis at [Fred Hutch Cancer Center](https://www.fredhutch.org/) through the [Data Science Lab](https://hutchdatascience.org/). Announcements of course offering can be found [here](https://hutchdatascience.org/training/). If you wish to follow the course content asynchronously, you may access the course content on this website and [exercises and solutions on Posit Cloud](https://posit.cloud/content/8245357). The Posit Cloud compute space can be copied to your own workspace for personal use, and you can get started via this [introduction](https://hutchdatascience.org/Intro_to_R/intro-to-computing.html#posit-cloud-setup). Or, you can access the [exercises and solutions on GitHub](https://github.com/fhdsl/Intro_to_R_Exercises).
>>>>>>> 878bc15096e4983606198ef00919387d97c9021a:docs/index.md
15 changes: 15 additions & 0 deletions Intro_to_R.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

BuildType: Website
Binary file added Introduction to R.rds
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions _extensions/r-wasm/drop/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
title: Quarto Drop
author: George Stagg
version: 0.1.0-dev
quarto-required: ">=1.3.0"
contributes:
revealjs-plugins:
- name: RevealDrop
script:
- drop-runtime.js
stylesheet:
- drop-runtime.css
config:
drop:
button: true
shortcut: "`"
engine: webr
webr:
packages: []
pyodide:
packages: []
37 changes: 37 additions & 0 deletions _extensions/r-wasm/drop/drop-runtime.css

Large diffs are not rendered by default.

147 changes: 147 additions & 0 deletions _extensions/r-wasm/drop/drop-runtime.js

Large diffs are not rendered by default.

175 changes: 0 additions & 175 deletions docs/01-intro-to-computing-exercises.md

This file was deleted.

Loading
Loading