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

going a little crazy with the PRs #57

Merged
merged 5 commits into from
Sep 20, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 0 additions & 151 deletions 00-course-info.Rmd

This file was deleted.

4 changes: 0 additions & 4 deletions 01-intro-to-computing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ sum(18, 21)
sum(18, sum(21, 65))
```

Remember the function machine from algebra class? We will use this schema to think about expressions.

![Function machine from algebra class. ](https://cs.wellesley.edu/~cs110/lectures/L16/images/function.png)

If an expression is made out of multiple, nested operations, what is the proper way of the R Console interpreting it? Being able to read nested operations and nested functions as a programmer is very important.

```{r}
Expand Down
7 changes: 0 additions & 7 deletions 02-data-structures.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

In our second lesson, we start to look at two **data structures**, **vectors** and **dataframes**, that can handle a large amount of data.

## Slides

```{r}
#test
knitr::include_url("https://hutchdatascience.com/Intro_to_R/slides/lesson1_slides.html")
```

## Vectors

In the first exercise, you started to explore **data structures**, which store information about data types. You played around with **vectors**, which is a ordered collection of a data type. Each *element* of a vector contains a data type, and there is no limit on how big a vector can be, as long the memory use of it is within the computer's memory (RAM).
Expand Down
2 changes: 1 addition & 1 deletion slides/lesson1_slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ <h2>Examples</h2>
<section id="function-machine-from-algebra-class" class="slide level2">
<h2>Function machine from algebra class</h2>
<div class="fragment">
<p><img role="img" aria-label="Function machine from algebra class." data-src="data:text/html; charset=iso-8859-1;charset=utf-8,%3C%21DOCTYPE%20HTML%20PUBLIC%20%22%2D%2F%2FIETF%2F%2FDTD%20HTML%202%2E0%2F%2FEN%22%3E%0A%3Chtml%3E%3Chead%3E%0A%3Ctitle%3E404%20Not%20Found%3C%2Ftitle%3E%0A%3C%2Fhead%3E%3Cbody%3E%0A%3Ch1%3ENot%20Found%3C%2Fh1%3E%0A%3Cp%3EThe%20requested%20URL%20was%20not%20found%20on%20this%20server%2E%3C%2Fp%3E%0A%3C%2Fbody%3E%3C%2Fhtml%3E%0A" alt="Function machine from algebra class." width="300"></p>
<p><img role="img" aria-label="Function machine from algebra class." data-src=".png" alt="Function machine from algebra class." width="300"></p>
</div>
<div class="fragment">
<p>Operations are functions. We could have written:</p>
Expand Down
2 changes: 1 addition & 1 deletion slides/lesson1_slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ If an expression is made out of multiple, nested operations, what is the proper

. . .

![](https://cs.wellesley.edu/~cs110/lectures/L16/images/function.png){alt="Function machine from algebra class." width="300"}
![](){alt="Function machine from algebra class." width="300"}

. . .

Expand Down
2 changes: 1 addition & 1 deletion slides/lesson6_slides.html

Large diffs are not rendered by default.

Loading