forked from r-lib/roxygen2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
69 lines (58 loc) · 1.42 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
url: https://roxygen2.r-lib.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="roxygen2.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
home:
links:
- text: Learn more
href: https://r-pkgs.org/man.html
reference:
- title: Tags
contents:
- starts_with("tags")
- title: Running roxygen2
contents:
- roxygenize
- update_collate
- load
- title: Roclets
contents:
- ends_with("roclet")
articles:
- title: Documentation
navbar: Documentation
contents:
- rd
- rd-other
- reuse
- index-crossref
- rd-formatting
- title: NAMESPACE
navbar: NAMESPACE
contents:
- namespace
- title: Developer resources
navbar: Developer
contents:
- extending
news:
releases:
- text: "Version 7.2.0"
href: https://www.tidyverse.org/blog/2022/05/roxygen2-7-2-0/
- text: "Version 7.1.0"
href: https://www.tidyverse.org/blog/2020/03/roxygen2-7-1-0/
- text: "Version 7.0.0"
href: https://www.tidyverse.org/blog/2019/11/roxygen2-7-0-0/
- text: "Version 6.0.0"
href: https://blog.rstudio.com/2017/02/01/roxygen2-6-0-0/
- text: "Version 5.0.0"
href: https://blog.rstudio.com/2015/10/29/roxygen2-5-0-0/
- text: "Version 4.0.1"
href: https://blog.rstudio.com/2014/05/19/roxygen2-4-0-1/
- text: "Version 3.0.0"
href: https://blog.rstudio.com/2013/12/09/roxygen2-3-0-0/