-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_pkgdown.yml
More file actions
38 lines (33 loc) · 1.04 KB
/
_pkgdown.yml
File metadata and controls
38 lines (33 loc) · 1.04 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
url: https://ragg.r-lib.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>
<script defer data-domain="ragg.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
news:
releases:
- text: "Version 1.1.0"
href: "https://www.tidyverse.org/blog/2021/02/modern-text-features/"
- text: "Version 0.2.0"
href: "https://www.tidyverse.org/blog/2020/05/updates-to-ragg-and-systemfonts/"
- text: "Version 0.1.0"
href: "https://www.tidyverse.org/blog/2019/07/ragg-0-1-0/"
reference:
- title: Graphic Devices
desc: >
ragg provides several devices. They all share the same
underlying rendering code, so the only difference is in their output
formats.
contents:
- agg_png
- agg_jpeg
- agg_tiff
- agg_webp
- agg_webp_anim
- agg_capture
- agg_ppm
- agg_record