-
Notifications
You must be signed in to change notification settings - Fork 33
/
_pkgdown.yml
79 lines (65 loc) · 1.4 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
url: https://r-lib.github.io/pkgdepends
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="https://r-lib.github.io/pkgdepends,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
navbar:
type: default
left:
- text: How-to
href: articles/pkgdepends-how-to.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
reference:
- title: Configuration
contents:
- pkgdepends-config
- title: Package names and references
contents:
- pkg_refs
- parse_pkg_ref
- parse_pkg_refs
- pkg_name_check
- pkg_rx
- title: Package dependencies
contents:
- pkg_resolution
- pkg_solution
- new_pkg_deps
- pkg_deps
- scan_deps
- title: Package downloads
contents:
- pkg_downloads
- new_pkg_download_proposal
- pkg_download_proposal
- title: Package installation
contents:
- install_plans
- install_package_plan
- new_pkg_installation_plan
- new_pkg_installation_proposal
- title: Package libraries
contents:
- lib_status
- title: System requirements
contents:
- starts_with("sysreqs_")
- title: Utility functions
contents:
- as_pkg_dependencies
- current_r_platform
- default_platforms
- is_valid_package_name
- pkg_dep_types
- pkg_dep_types_hard
- pkg_dep_types_soft
- title: internal
contents:
- pkgdepends-package