From d44f842114bdbd29cc69c26cde4f28be04af9bc8 Mon Sep 17 00:00:00 2001 From: Mitsuo Shiota <48662507+mitsuoxv@users.noreply.github.com> Date: Mon, 29 May 2023 08:23:55 +0900 Subject: [PATCH] make consistent with other parts notation (#1508) --- preface-2e.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preface-2e.qmd b/preface-2e.qmd index e74cfda..26fcef6 100644 --- a/preface-2e.qmd +++ b/preface-2e.qmd @@ -27,5 +27,5 @@ A brief summary of the biggest changes follows: We never had enough room to fully do modelling justice, and there are now much better resources available. We generally recommend using the [tidymodels](https://www.tidymodels.org/) packages and reading [Tidy Modeling with R](https://www.tmwr.org/) by Max Kuhn and Julia Silge. -- The communicate part remains, but has been thoroughly updated to feature [Quarto](https://quarto.org/) instead of R Markdown. +- The "Communicate" part remains, but has been thoroughly updated to feature [Quarto](https://quarto.org/) instead of R Markdown. This edition of the book has been written in Quarto, and it's clearly the tool of the future.