Skip to content

Commit d0ae52f

Browse files
committed
publish test branch
1 parent 9dd67e3 commit d0ae52f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

class2.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if(!require("palmerpenguins")){
2828
}
2929
```
3030

31-
3231
```{r}
3332
#| eval: false
3433
install.packages("palmerpenguins")
@@ -79,6 +78,8 @@ data(package = "palmerpenguins")
7978

8079
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.
8180

81+
This is a test!
82+
8283
![photo credit: Warner Bros.](data/class2_files/weirdbarbie.jpeg){fig-align="center"}
8384

8485
Here's the data below, which you will not (and should not) need to change:
@@ -143,4 +144,4 @@ sporty_kens <- mean( ken_data [ken_data$favorite_outfit == "Sporty", "height_cm"
143144
other_kens_mean <- mean(ken_data[ken_data$favorite_outfit != "Sporty", "height_cm"] )
144145
145146
sporty_kens > other_kens_mean
146-
```
147+
```

0 commit comments

Comments
 (0)