-
Notifications
You must be signed in to change notification settings - Fork 629
/
_quarto.yml
83 lines (69 loc) · 1.62 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
project:
type: book
resources:
- atlas.json
- images/cran-package-ggplot2-clean.png
- images/cran-checks-usethis-clean.png
post-render:
- post-render.ts
bibliography: book.bib
book:
title: "R Packages (2e)"
author: "Hadley Wickham and Jennifer Bryan"
description: |
Learn how to create a package, the fundamental unit of shareable, reusable,
and reproducible R code.
cover-image: images/cover-2e-small.png
favicon: images/cover-2e-small.png
reader-mode: true
site-url: https://r-pkgs.org/
repo-url: https://github.com/hadley/r-pkgs/
repo-actions: [edit, issue]
chapters:
- index.Rmd
- preface.Rmd
- introduction.Rmd
- part: Getting started
chapters:
- whole-game.Rmd
- setup.Rmd
- structure.Rmd
- workflow101.Rmd
- package-within.Rmd
- part: Package components
chapters:
- code.Rmd
- data.Rmd
- misc.Rmd
- part: Package metadata
chapters:
- description.Rmd
- dependencies-mindset-background.Rmd
- dependencies-in-practice.Rmd
- license.Rmd
- part: Testing
chapters:
- testing-basics.Rmd
- testing-design.Rmd
- testing-advanced.Rmd
- part: Documentation
chapters:
- man.Rmd
- vignettes.Rmd
- other-markdown.Rmd
- website.Rmd
- part: Maintenance and distribution
chapters:
- software-development-practices.Rmd
- lifecycle.Rmd
- release.Rmd
- references.qmd
appendices:
- R-CMD-check.Rmd
format:
html:
theme: [cosmo, custom.scss]
code-link: true
include-in-header: "plausible.html"
asciidoc: default
editor: visual