forked from hadley/r-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
72 lines (59 loc) · 1.32 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
project:
type: book
bibliography: book.bib
book:
title: "R Packages (2e)"
author-meta: "Hadley Wickham and Jenny Bryan"
description-meta: |
Learn how to create a package, the fundamental unit of shareable, reusable,
and reproducible R code.
cover-image: images/cover.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
- part: Getting started
chapters:
- Introduction.Rmd
- 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:
- Metadata.Rmd
- dependencies.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:
- check.Rmd
- continuous-integration.Rmd
- release.Rmd
- lifecycle.Rmd
- references.qmd
format:
html:
theme: [cosmo, custom.scss]
code-link: true
include-in-header: "plausible.html"
editor: visual