Skip to content

Test a small change to the website #15

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

Merged
merged 1 commit into from
Mar 14, 2025
Merged
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
5 changes: 3 additions & 2 deletions class2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if(!require("palmerpenguins")){
}
```


```{r}
#| eval: false
install.packages("palmerpenguins")
Expand Down Expand Up @@ -79,6 +78,8 @@ data(package = "palmerpenguins")

Your former lab mate Weird Barbie graduated a few years ago. Before she left, she was working on some interesting analyses of the frequencies of Kens.

This is a test!

![photo credit: Warner Bros.](data/class2_files/weirdbarbie.jpeg){fig-align="center"}

Here's the data below, which you will not (and should not) need to change:
Expand Down Expand Up @@ -143,4 +144,4 @@ sporty_kens <- mean( ken_data [ken_data$favorite_outfit == "Sporty", "height_cm"
other_kens_mean <- mean(ken_data[ken_data$favorite_outfit != "Sporty", "height_cm"] )

sporty_kens > other_kens_mean
```
```