Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ violating the DRY (Don't Repeat Yourself) Principle in
Link to slides:
<https://www.indrapatil.com/dry-r-package-development/>

<img src="media/simpsons.png" width="50%" alt="Simpsons cartoon where a character is writing on the blackboard that they will not repeat themselves while repeating themselves by writing the same thing again and again" />
<img src="media/simpsons.webp" width="50%" alt="Simpsons cartoon where a character is writing on the blackboard that they will not repeat themselves while repeating themselves by writing the same thing again and again" />

## Development

Expand Down
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Indrajeet Patil
```{r}
#| echo: false
#| eval: true
knitr::include_graphics("media/simpsons.png")
knitr::include_graphics("media/simpsons.webp")
```

::: {style="text-align: center; font-size: 0.7em; margin-top: 2em; color: #666;"}
Expand Down Expand Up @@ -179,7 +179,7 @@ Some documentation is important enough to be included in multiple places (e.g. i
::: {.column width='60%'}

```{r, echo=FALSE, eval=TRUE, out.width="100%"}
knitr::include_graphics("media/spiderman.jpeg")
knitr::include_graphics("media/spiderman.webp")
```

:::
Expand Down
Binary file removed media/simpsons.png
Binary file not shown.
Binary file added media/simpsons.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/spiderman.jpeg
Binary file not shown.
Binary file added media/spiderman.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading