Skip to content

Commit

Permalink
Try other image format
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Sep 30, 2024
1 parent 24b9262 commit a3b12bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Binary file modified images/null_housing_shaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/patchwork_boxplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if (!dir.exists("docs/v2")) {
}
# Copy over the _redirects file
file.copy("_redirects", "docs/v2", overwrite = TRUE)
file.copy("_redirects", "docs", overwrite = TRUE)
# Make sure all images copy to docs folder
if (!dir.exists(here::here("docs", "images"))) {
Expand Down Expand Up @@ -264,15 +264,19 @@ This is the [website](https://moderndive.com/v2/) for *Statistical Inference via
```

<div class="book-cover">
```{r results='asis', echo=FALSE, purl=FALSE}

![](images/logos/v2/v2_cover_2024-09-29.png)

</div>

```{r results='asis', eval=FALSE, echo=FALSE, purl=FALSE}
if (is_html_output()) {
include_image(
path = "images/logos/v2/v2_cover_2024-09-29.png",
html_opts = "width=350px"
)
}
```
</div>

```{block, include=is_html_output(), purl=FALSE}
The First Edition of this book is available at https://moderndive.com. You can find the printed copy of the First Edition on [Amazon](https://www.amazon.com/Statistical-Inference-via-Data-Science/dp/0367409828/). You can also purchase it at [CRC Press](https://www.routledge.com/Statistical-Inference-via-Data-Science-A-ModernDive-into-R-and-the-Tidyverse/Ismay-Kim/p/book/9780367409821?utm_source=author&utm_medium=shared_link&utm_campaign=B043134_jm1_5ll_6rm_t081_1al_statisticalinferenceviadatascienceauthorshare).
Expand Down

0 comments on commit a3b12bf

Please sign in to comment.