Skip to content

Commit

Permalink
Update index.Rmd (#647)
Browse files Browse the repository at this point in the history
* Update index.Rmd

Fill in missing "scratch"

Possibly just remove "from" instead

* Render with typo correction

---------

Co-authored-by: Mine Çetinkaya-Rundel <[email protected]>
  • Loading branch information
matanhakim and mine-cetinkaya-rundel authored Jul 23, 2023
1 parent 3ab9d3c commit a33d39e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/blog/r4ds-2e/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The third part of the book is now called [\"Transform\"](https://r4ds.hadley.nz/

The fourth part of the book is called [\"Import\"](https://r4ds.hadley.nz/import.html), it\'s a new set of chapters that goes beyond reading flat text files to working with spreadsheets (Excel and GoogleSheets), databases, and big data (with Arrow) as well as rectangling hierarchical data and scraping data from web sites.

The [\"Program\"](https://r4ds.hadley.nz/program.html) part has been rewritten from to focus on the most important parts of function writing and iteration. Function writing now includes details on how to wrap tidyverse functions (dealing with the challenges of tidy evaluation), since this has become much easier and more important over the last few years. We have also added a new chapter on important base R functions that you\'re likely to see in wild-caught R code.
The [\"Program\"](https://r4ds.hadley.nz/program.html) part has been rewritten from scratch to focus on the most important parts of function writing and iteration. Function writing now includes details on how to wrap tidyverse functions (dealing with the challenges of tidy evaluation), since this has become much easier and more important over the last few years. We have also added a new chapter on important base R functions that you\'re likely to see in wild-caught R code.

Finally, the [\"Communicate\"](https://r4ds.hadley.nz/communicate.html) 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.

Expand Down
4 changes: 2 additions & 2 deletions content/blog/r4ds-2e/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ photo:
# one of: "deep-dive", "learn", "package", "programming", "roundup", or "other"
categories: [learn]
tags: [book]
rmd_hash: 4431db577d438782
rmd_hash: 26e953584a3c1737

---

Expand Down Expand Up @@ -50,7 +50,7 @@ The third part of the book is now called [\"Transform\"](https://r4ds.hadley.nz/

The fourth part of the book is called [\"Import\"](https://r4ds.hadley.nz/import.html), it\'s a new set of chapters that goes beyond reading flat text files to working with spreadsheets (Excel and GoogleSheets), databases, and big data (with Arrow) as well as rectangling hierarchical data and scraping data from web sites.

The [\"Program\"](https://r4ds.hadley.nz/program.html) part has been rewritten from to focus on the most important parts of function writing and iteration. Function writing now includes details on how to wrap tidyverse functions (dealing with the challenges of tidy evaluation), since this has become much easier and more important over the last few years. We have also added a new chapter on important base R functions that you\'re likely to see in wild-caught R code.
The [\"Program\"](https://r4ds.hadley.nz/program.html) part has been rewritten from scratch to focus on the most important parts of function writing and iteration. Function writing now includes details on how to wrap tidyverse functions (dealing with the challenges of tidy evaluation), since this has become much easier and more important over the last few years. We have also added a new chapter on important base R functions that you\'re likely to see in wild-caught R code.

Finally, the [\"Communicate\"](https://r4ds.hadley.nz/communicate.html) 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.

Expand Down

0 comments on commit a33d39e

Please sign in to comment.