august-18 2110e26f22 Update functions.qmd (#1080)
"As you write more and more functions you’ll eventually want to convert these informal, interactive tests into formal, automated tests. That process is called unit testing. Unfortunately, it’s beyond the scope of this book, but you can learn about it in http://r-pkgs.had.co.nz/tests.html."
Link gives 404 error for page not found
I updated to https://r-pkgs.org/testing-basics.html
2022-08-29 06:08:51 -04:00
2022-06-08 11:22:11 -05:00
2021-10-26 15:00:33 -04:00
2022-08-11 17:32:49 -05:00
2022-02-23 13:15:52 -06:00
2022-06-07 09:18:14 -05:00
2022-05-14 08:46:49 +12:00
2022-06-20 10:40:11 -05:00
2022-06-20 10:40:11 -05:00
2022-05-14 08:46:49 +12:00
2022-08-09 11:43:12 -05:00
2022-05-14 08:46:49 +12:00
2022-05-14 08:46:49 +12:00
2016-12-02 12:11:59 -06:00
2022-06-20 10:40:11 -05:00
2022-06-20 10:40:11 -05:00
2022-08-16 11:37:13 -05:00
2022-08-11 17:32:49 -05:00
2022-08-09 08:25:06 -05:00
2022-08-09 11:43:12 -05:00
2022-08-16 11:38:31 -05:00
2016-11-21 08:28:57 -06:00
2022-08-29 06:08:51 -04:00
2022-05-14 08:46:49 +12:00
2015-11-21 08:31:32 +13:00
2022-08-16 11:37:44 -05:00
2022-08-09 11:43:12 -05:00
2015-07-27 16:52:19 -05:00
2022-08-09 16:45:24 -05:00
2022-06-01 00:15:55 -04:00
2022-08-09 11:43:12 -05:00
2022-08-09 11:43:12 -05:00
2022-05-14 08:46:49 +12:00
2022-05-14 08:46:49 +12:00
2022-08-09 11:43:12 -05:00
2022-08-09 11:43:12 -05:00
2022-06-08 08:15:45 -05:00
2022-08-11 10:27:25 -05:00
2022-08-16 06:55:04 -05:00
2022-08-16 11:39:38 -05:00
2022-08-09 11:43:12 -05:00
2022-08-09 11:43:12 -05:00
2022-08-09 11:43:12 -05:00
2022-06-20 10:40:11 -05:00
2022-08-09 11:43:12 -05:00
2022-08-09 11:43:12 -05:00
2022-05-14 08:46:49 +12:00
2022-06-20 10:40:11 -05:00
2022-06-20 10:40:11 -05:00

R for Data Science

Render and deploy Book to Netlify

This repository contains the source of R for Data Science book. The book is built using Quarto.

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")

Images

Omnigraffle drawings

  • Font: 12pt Ubuntu mono
  • Export as 300 dpi png.
  • 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.
#| echo: FALSE
#| out.width: NULL
knitr::include_graphics("diagrams/transform.png", dpi = 270)

Code of Conduct

Please note that r4ds uses a Contributor Code of Conduct. By contributing to this book, you agree to abide by its terms.

Description
No description provided
Readme 138 MiB
Languages
R 76.5%
SCSS 21.7%
HTML 1.8%