-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
81 lines (76 loc) · 1.94 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
destination: docs
url: https://merck.github.io/pkglite/
template:
bootstrap: 5
bslib:
preset: "bootstrap"
primary: "#00857c"
navbar-light-brand-color: "#fff"
navbar-light-brand-hover-color: "#fff"
navbar-light-color: "#fff"
navbar-light-hover-color: "#fff"
navbar-light-active-color: "#fff"
dropdown-link-hover-color: "#fff"
dropdown-link-hover-bg: "#00857c"
footer:
structure:
left: [developed_by, built_with, legal]
right: [blank]
components:
legal: "<br>Copyright © 2024 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved."
blank: "<span></span>"
code:
width: 74
reference:
- title: "Pack packages"
desc: "Pack package(s) into a text file"
contents:
- pack
- title: "Unpack packages"
desc: "Unpack package(s) from a text file"
contents:
- unpack
- title: "File specifications"
desc: "Specifies the files to include in a package"
contents:
- file_spec
- file_auto
- file_default
- file_ectd
- file_root_core
- file_root_all
- file_r
- file_man
- file_src
- file_vignettes
- file_data
- file_tests
- is_file_spec
- print.file_spec
- title: "File collections"
desc: "Evaluated file specifications"
contents:
- collate
- is_file_collection
- print.file_collection
- merge.file_collection
- prune.file_collection
- sanitize.file_collection
- title: "Utilities"
desc: "Utility functions"
contents:
- verify_ascii
- remove_content
- title: "Dictionaries"
desc: "Standard file extensions and patterns"
contents:
- ext_text
- ext_binary
- pattern_file_root_core
- pattern_file_root_all
- pattern_file_src
- pattern_file_sanitize
- title: "Deprecated"
desc: "Deprecated functions that will be removed"
contents:
- sanitize_file_collection