Skip to content

hadley/r-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6e3d3f · Nov 12, 2024
Aug 1, 2023
Jun 6, 2023
Mar 29, 2023
Nov 10, 2021
Jun 16, 2023
Jun 25, 2022
Jan 17, 2023
Mar 27, 2023
Aug 13, 2020
Nov 23, 2022
Nov 13, 2014
Aug 31, 2023
Nov 21, 2022
Dec 14, 2023
Jan 23, 2024
Aug 30, 2023
Mar 29, 2023
Mar 30, 2023
Nov 2, 2023
Mar 31, 2023
Aug 30, 2022
Sep 14, 2020
Jul 5, 2022
Aug 9, 2024
Aug 21, 2024
Aug 2, 2023
Apr 29, 2024
Sep 19, 2023
Oct 6, 2023
Apr 29, 2023
May 13, 2024
Aug 7, 2024
Aug 2, 2023
Mar 29, 2023
Jul 28, 2023
Jul 5, 2022
Mar 31, 2023
Jan 30, 2019
Jun 6, 2023
Aug 31, 2023
Jul 5, 2022
Apr 9, 2024
Sep 27, 2023
Mar 29, 2023
Jan 5, 2024
Apr 30, 2023
Jun 7, 2023
Oct 6, 2023
Nov 12, 2024
Jul 3, 2024
May 6, 2024
Mar 31, 2023

Repository files navigation

R Packages

render Netlify Status

This repo holds the code and text behind the R Packages book. The site is built with Quarto.

  • The first edition is no longer available online.
  • A second edition is under development and available at https://r-pkgs.org.

Notes on mechanics

Quarto callouts look like this:

::: callout-tip
Here's a super handy nifty thing!
:::

At the time of writing (2022-08-31), we use callout-tip, callout-warning, callout-note, and callout-important. The XXX of callout-XXX is its type and controls the icon and color:

  • -tip green
  • -warning orange
  • -note blue
  • -important red

Use a ##-level header to caption the callout.

Do this for tips specific to RStudio:

::: callout-tip
## RStudio
Here's a super handy nifty thing about RStudio specifically.
:::

The other callout that appears multiple times is:

::: callout-warning
## Submitting to CRAN
Here's something to be super careful about.
:::