-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
110 lines (107 loc) · 2.73 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
url: https://geobosh.github.io/Rdpack
template:
bootstrap: 5
search:
exclude: ['news/index.html']
reference:
- title: "Rdpack overview"
desc: >
Rdpack overview
contents:
"Rdpack-package"
- title: "Updating and previewing Rd documentation files"
desc: >
Functions for ensuring that the Rd documentation of
functions, methods, classes and other objects is consistent with their
definitions.
contents:
- matches("reprompt")
- viewRd
- promptPackageSexpr
- Rdo_show
- Rdo2Rdf
- title: "Bibtex references and citations"
desc: >
Bibtex references and citations
contents:
- matches("bib")
- insert_all_ref
- insert_ref
- insert_citeOnly
- title: "Replacing parts of Rd objects"
desc: >
Functions to change Rd contents programmatically
contents:
- matches("apply")
- Rdreplace_section
- Rd_combo
- title: "Getting specific parts of Rd objects"
desc: >
Getting specific parts of Rd objects
contents:
- Rdo_tags
- S4formals
- predefined
- title: "Inspecting Rd objects"
desc: >
Functions for inspection of Rd objects
contents:
- inspect_Rd
- inspect_Rdfun
- inspect_Rdmethods
- inspect_Rdclass
- inspect_args
- inspect_clmethods
- inspect_signatures
- inspect_slots
- inspect_usage
- title: "Programming with Rd objects"
desc: >
Functions for use in programmatic manipulation of Rd objects
contents:
- Rdo_get_argument_names
- Rdo_get_insert_pos
- Rdo_get_item_labels
- get_bibentries
- get_sig_text
- get_usage_text
- get_usage
- promptUsage
- title: "Parsing Rd objects"
desc: >
Functions for parsing Rd objects
contents:
- matches("parse")
- title: "Composing Rd objects"
desc: "Functions to put together Rd objects"
contents:
- c_Rd
- list_Rd
- append_to_Rd_list
- char2Rdpiece
- title: "Other"
desc: "Other functions for manipulation of Rd objects"
contents:
- compare_usage1
- format_funusage
- rdo_text_restore
- update_aliases_tmp
- Rdo_append_argument
- Rdo_collect_aliases
- Rdo_empty_sections
- Rdo_fetch
- Rdo_flatinsert
- Rdo_insert
- Rdo_insert_element
- Rdo_is_newline
- Rdo_locate
- Rdo_locate_leaves
- Rdo_macro
- Rdo_modify
- Rdo_modify_simple
- Rdo_piecetag
- Rdo_remove_srcref
- Rdo_sections
- Rdo_set_section
- Rdo_tag
- Rdo_which