forked from r-lib/fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
46 lines (37 loc) · 801 Bytes
/
_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
url: https://fs.r-lib.org/
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="fs.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: File manipulation
contents:
- starts_with("file_")
- title: Directory manipulation
contents:
- starts_with("dir_")
- title: Link manipulation
contents:
- starts_with("link_")
- title: Path manipulation
contents:
- path
- is_absolute_path
- starts_with("path_")
- title: Helpers
contents:
- is_file
- as_fs_path
- as_fs_bytes
- as_fs_perms
- title: System information
contents:
- id
news:
releases:
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2018/01/fs-1.0.0/