forked from rstudio/pins-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
64 lines (57 loc) · 1.37 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
url: https://pins.rstudio.com
development:
mode: auto
template:
bootstrap: 4
reference:
- title: Pins
contents:
- pin_read
- pin_meta
- pin_download
- pin_versions
- pin_list
- pin_search
- pin_delete
- pin_browse
- pin_reactive_read
- pin_exists
- title: Boards
desc: >
Boards abstract over different storage backends, making it easy to
share data in a variety of ways.
contents:
- board_azure
- board_local
- board_kaggle_dataset
- board_ms365
- board_rsconnect
- board_s3
- board_url
- title: Other functions
contents:
- cache_browse
- title: Legacy API
desc: >
These functions implement the legacy pins API. They will continue to exist
for some time so your existing code will continue to work, but we recommend
you move to the modern API and modern boards where possible. Learn
more in `vignettes("pins-update")`.
contents:
- starts_with("legacy_")
- pin
- pin_get
- pin_info
- pin_find
- pin_remove
- pin_reactive
news:
releases:
- text: pins 1.0.0
href: https://blog.rstudio.com/2021/10/04/pins-1-0-0/
- text: pins 0.4.0
href: https://blog.rstudio.com/2020/05/29/pins-0-4-0-versioning/
- text: pins 0.3.0
href: https://blog.rstudio.com/2019/11/28/pins-0-3-0-azure-gcloud-and-s3/
- text: pins 0.2.0
href: https://blog.rstudio.com/2019/09/09/pin-discover-and-share-resources/