From 0256d8bc801aefbcdcb1acd216b12ac90f72a1c6 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Thu, 3 Nov 2022 08:05:49 -0500 Subject: [PATCH] Update meta data field names --- _quarto.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 1d3da1c..6c830db 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -5,9 +5,9 @@ project: book: title: "R for Data Science (2e)" - author-meta: "Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund" - date-meta: today - description-meta: | + author: "Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund" + date: today + description: | This book will teach you how to do data science with R: You'll learn how to get your data into R, get it into the most useful structure, transform it, visualise it, and model it. In this book, you will find a practicum of