-
Notifications
You must be signed in to change notification settings - Fork 82
/
_pkgdown.yml
66 lines (55 loc) · 1.3 KB
/
_pkgdown.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
url: http://xml2.r-lib.org
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="xml2.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Read and write documents
contents:
- starts_with("read_")
- starts_with("write_")
- starts_with("download_")
- title: Class coercion
contents:
- starts_with("as_")
- title: URL manipulation
contents:
- starts_with("url_")
- title: Create and modify and document
contents:
- starts_with("xml_new")
- starts_with("xml_add")
- starts_with("xml_set")
- xml_cdata
- xml_comment
- xml_dtd
- xml_ns_strip
- xml_replace
- xml_remove
- title: Search and navigate a document
contents:
- starts_with("xml_find")
- starts_with("xml_attr")
- xml_path
- title: Inspect a document
contents:
- starts_with("xml_ns")
- xml_children
- ends_with("structure")
- xml_type
- xml_url
- xml_validate
- title: Utilities
contents:
- ends_with("serialize")
- xml2_example
news:
releases:
- text: Version 1.0.0
href: https://www.rstudio.com/blog/xml2-1-0-0/
- text: Version 1.1.1
href: https://www.rstudio.com/blog/xml-1-1-1/