From fdfd4ef455ae5cc3a147e06ced51f4a4e9699017 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 13 Apr 2022 09:23:20 -0500 Subject: [PATCH] Update badge --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 117867b..a4aae89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # R for Data Science -[![Travis build status](https://travis-ci.org/hadley/r4ds.svg?branch=master)](https://travis-ci.org/hadley/r4ds) + + +[![build_book](https://github.com/hadley/r4ds/actions/workflows/build_book.yaml/badge.svg)](https://github.com/hadley/r4ds/actions/workflows/build_book.yaml) + + 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). @@ -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 - Verified sizes are visually equivalent by screenshotting. -```{=html} -``` + #| echo: FALSE #| out.width: NULL knitr::include_graphics("diagrams/transform.png", dpi = 270)