Update badge
This commit is contained in:
parent
188898faa5
commit
fdfd4ef455
|
@ -1,6 +1,10 @@
|
||||||
# R for Data Science
|
# R for Data Science
|
||||||
|
|
||||||
[](https://travis-ci.org/hadley/r4ds)
|
<!-- badges: start -->
|
||||||
|
|
||||||
|
[](https://github.com/hadley/r4ds/actions/workflows/build_book.yaml)
|
||||||
|
|
||||||
|
<!-- badges: end -->
|
||||||
|
|
||||||
This repository contains the source of [R for Data Science](http://r4ds.had.co.nz) book.
|
This repository contains the source of [R for Data Science](http://r4ds.had.co.nz) book.
|
||||||
The book is built using [bookdown](https://github.com/rstudio/bookdown).
|
The book is built using [bookdown](https://github.com/rstudio/bookdown).
|
||||||
|
@ -20,9 +24,8 @@ devtools::install_github("hadley/r4ds")
|
||||||
- Website font is 18 px = 13.5 pt, so scale dpi to match font sizes: 270 = 300 \* 12 / 13.5
|
- Website font is 18 px = 13.5 pt, so scale dpi to match font sizes: 270 = 300 \* 12 / 13.5
|
||||||
- Verified sizes are visually equivalent by screenshotting.
|
- Verified sizes are visually equivalent by screenshotting.
|
||||||
|
|
||||||
```{=html}
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
```
|
|
||||||
#| echo: FALSE
|
#| echo: FALSE
|
||||||
#| out.width: NULL
|
#| out.width: NULL
|
||||||
knitr::include_graphics("diagrams/transform.png", dpi = 270)
|
knitr::include_graphics("diagrams/transform.png", dpi = 270)
|
||||||
|
|
Loading…
Reference in New Issue