forked from r-lib/ragg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
37 lines (32 loc) · 916 Bytes
/
_pkgdown.yml
File metadata and controls
37 lines (32 loc) · 916 Bytes
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
url: https://ragg.r-lib.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<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