Skip to content
Open
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
Binary file added images/logos/book_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Introduction to Statistics and Data Science"
subtitle: "A moderndive into R and the tidyverse"
subtitle: "For R and the Tidyverse"
author: "Chester Ismay, Albert Y. Kim, Arend M. Kuyper, Elizabeth Tipton, and Kaitlyn G. Fitzgerald"
date: "`r format(Sys.time(), '%B %d, %Y')`"
site: bookdown::bookdown_site
Expand Down Expand Up @@ -172,6 +172,9 @@ image_link <- function(path,

# Preface {-}

```{r cover}
knitr::include_graphics('images/logos/book_cover.png')
```

```{block, type='learncheck', purl=FALSE}
**Please note that this is a "development version" of this book for the new design of STAT 202. Meaning this is a work in progress being edited and updated as we go.**
Expand Down