-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathreprex_pkgdown.yml
More file actions
57 lines (50 loc) · 1.38 KB
/
reprex_pkgdown.yml
File metadata and controls
57 lines (50 loc) · 1.38 KB
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
url: https://reprex.tidyverse.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-Y-NRUnpT9AjuA9TJKBJAR.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
development:
mode: auto
news:
releases:
- text: "reprex 2.0.0"
href: https://www.tidyverse.org/blog/2021/04/reprex-2-0-0/
- text: "reprex 1.0.0"
href: https://www.tidyverse.org/blog/2021/02/reprex-1-0-0/
reference:
- title: The main function
contents:
- reprex
- title: Convenience
contents:
- reprex_addin
- reprex_venue
- reprex_locale
- title: Going backwards
contents:
- reprex_clean
- title: Internals
contents:
- reprex_options
- reprex_document
- reprex_render
articles:
- title: Pro tips
navbar:
contents:
- reprex-dos-and-donts
- articles/rtf
- articles/datapasta-reprex
- articles/suppress-startup-messages
- title: How to use reprex
contents:
- articles/learn-reprex
- articles/magic-reprex